Skip to content

Commit 7f10d90

Browse files
Fix colors mentioned, closes #212
1 parent 15e83fa commit 7f10d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-foundations/04-lesson/04-04-lesson.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ ggplot(both_ex_props, aes(stat, color = experiment)) +
518518
geom_density(bw = 0.1)
519519
```
520520

521-
Note that the curves are quite similar in shape. The sampled $\hat{p}$ values are centered around the true (typically **unknown** parameter) parameter (black); the resampled $\hat{p}^*$ values are centered around the estimate from the very first poll (green). Great work!
521+
Note that the curves are quite similar in shape. The sampled $\hat{p}$ values are centered around the true (typically **unknown** parameter) parameter (green); the resampled $\hat{p}^*$ values are centered around the estimate from the very first poll (red). Great work!
522522

523523
### Always resample the original number of observations
524524

0 commit comments

Comments
 (0)