Response: quarantine (factor)
# A tibble: 1 Ă— 1
stat
<dbl>
1 0.820
IMS, Ch. 12
Smith College
Mar 10, 2026
Small Idea
Our point estimate is the best single-number estimate of the population parameter (\(\mu_X\))
Big Idea
đź’ˇ We can use our understanding of the sampling distribution (of any random variable) to quantify our uncertainty surrounding this estimate
See help(ebola_survey)
Use specify() and calculate() to compute the point estimate for the proportion of respondents favoring mandatory quarantine
Use resampling techniques to construct the sampling distribution
E.g., the bootstrap
Use generate() to construct a bootstrap distribution for \(\hat{p}\)
Use get_ci() to calculate a 95% CI for the proportion of respondents favoring mandatory quarantine
Yes or No, but we will never know!Repeated sampling interpretation of confidence interval
A \(1-\alpha \%\) confidence interval for a population parameter will contain the true parameter \(1-\alpha \%\) of the time in repeated sampling
Recall the analogy of the fisherman
Use visualize() to draw the sampling distribution of \(\hat{p}\)
Use shade_ci() to superimpose the CI on the sampling distribution
