Skip to content

Commit 139e1c0

Browse files
typo fix py bug hunt
1 parent dd15f33 commit 139e1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/inference.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ sampling_distribution_40
443443
In Figure \@ref(fig:11-example-means4), the sampling distribution of the mean
444444
has one peak and is \index{sampling distribution!shape} bell-shaped. Most of the estimates are between
445445
about \$`r round(quantile(sample_estimates$mean_price)[2], -1)` and
446-
\$`r round(quantile(sample_estimates$mean_price)[4], -1)`; but there are
446+
\$`r round(quantile(sample_estimates$mean_price)[4], -1)`; but there is
447447
a good fraction of cases outside this range (i.e., where the point estimate was
448448
not close to the population parameter). So it does indeed look like we were
449449
quite lucky when we estimated the population mean with only

0 commit comments

Comments
 (0)