What does a 95% CI mean?
A confidence interval is a range of plausible values for a population parameter. If you repeated the same study many times, about 95% of such intervals would contain the true value.
Wider CI = less precision; narrower CI = more precision (often from larger sample size).
Real Dental Scenario
Childhood Caries Prevalence Survey
The study: A dental public health survey screened 200 children in a rural community. Of these, 45 children had untreated dental caries. What is the estimated prevalence and how precise is it?
Step-by-Step CI Calculation
Compute the sample proportion (p-hat)
p̂ = 45 / 200
p̂ = 0.225 (22.5%)
Compute the Standard Error (SE)
SE = sqrt( 0.225 * 0.775 / 200 )
SE = sqrt( 0.000872 )
SE = 0.0295
Compute the 95% Confidence Interval
CI = 0.225 ± 1.96 * 0.0295
CI = 0.225 ± 0.0578
CI = ( 0.167 , 0.283 )
Visual: Confidence Interval on a Number Line
Interpretation
We are 95% confident that the true prevalence of untreated dental caries in this population is between 16.7% and 28.3%.
This means: if we repeated this survey many times with fresh random samples of 200 children, about 95 out of 100 such intervals would capture the true population prevalence.
Interactive: CI for a proportion
Use events and total sample size. This uses a simple normal approximation for teaching.
Tip: if n is small or p is near 0/1, use Wilson or exact methods in real analyses.
CI width vs sample size
Fix prevalence and see how CI shrinks as n increases.
Dental use cases
- Prevalence of periodontal disease in a clinic population
- Proportion of implant failures at 1 year
- Proportion of patients with caries after intervention