Skip to content

Commit c7a0385

Browse files
remove old bit
1 parent 4cbe8c9 commit c7a0385

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exercises/14-bonus-continuous-pscores-exercises.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ As with the example in the slides, we have a lot of extreme values for our weigh
128128

129129
```{r}
130130
wait_times_wts |>
131-
mutate(wts = 1 / denominator) |>
132131
ggplot(aes(wts)) +
133132
geom_density(col = "#E69F00", fill = "#E69F0095") +
134133
scale_x_log10() +

0 commit comments

Comments
 (0)