We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd15f33 commit 139e1c0Copy full SHA for 139e1c0
source/inference.Rmd
@@ -443,7 +443,7 @@ sampling_distribution_40
443
In Figure \@ref(fig:11-example-means4), the sampling distribution of the mean
444
has one peak and is \index{sampling distribution!shape} bell-shaped. Most of the estimates are between
445
about \$`r round(quantile(sample_estimates$mean_price)[2], -1)` and
446
-\$`r round(quantile(sample_estimates$mean_price)[4], -1)`; but there are
+\$`r round(quantile(sample_estimates$mean_price)[4], -1)`; but there is
447
a good fraction of cases outside this range (i.e., where the point estimate was
448
not close to the population parameter). So it does indeed look like we were
449
quite lucky when we estimated the population mean with only
0 commit comments