Confidence Intervals: What They Really Mean
Learn what a 95% confidence interval actually tells you, how CI width reflects precision, and why CIs convey more information than p-values alone.
You'll learn
What confidence intervals actually mean and why they convey more information than p-values alone.
Use this when
You report any statistical result — CIs should appear alongside every estimate.
What Is a Confidence Interval?
A confidence interval (CI) is a range of plausible values for a population parameter — a mean difference, odds ratio, or proportion — estimated from your sample. It tells you both the direction and precision of your estimate in a single number pair.
📖 Correct interpretation
A 95% CI means: if you repeated this study many times and calculated the CI each time, 95% of those intervals would contain the true population value. It does NOT mean "there is a 95% chance the true value is in this specific interval."
This distinction matters because once you have collected your data, the true value either is or is not within your specific interval — probability no longer applies to that fixed interval. The 95% refers to the long-run performance of the method.
CI vs p-Value: What Each Tells You
A p-value answers only: "Is this result compatible with the null hypothesis?" A confidence interval answers: "How large is the effect, and how precisely have we estimated it?" CIs are strictly more informative.
| Information | p-value | 95% CI |
|---|---|---|
| Direction of effect | No | Yes |
| Magnitude of effect | No | Yes |
| Precision of estimate | No | Yes |
| Compatibility with null | Yes | Yes (CI excludes null = significant) |
| Clinical importance | No | Partially (compare to MID) |
If a 95% CI excludes the null value (0 for differences, 1 for ratios), the result is statistically significant at α = 0.05. You do not need to report both the CI and the p-value separately — the CI already carries that information.
CI Width and What It Means
A narrow CI indicates a precise estimate — your sample was large enough to pin down the true value closely. A wide CI means your estimate is imprecise — the true value could be anywhere in a broad range.
- ●Larger sample size → narrower CI
- ●Higher confidence level (99% vs 95%) → wider CI for the same data
- ●Higher outcome variability → wider CI
- ●Rare outcomes → wider CI even with large samples
⚠️ Wide CI = uncertain, not unimportant
A wide CI that spans from a clinically trivial to a clinically important effect is an uninformative result — you cannot conclude either significance or equivalence. This is not a failure of your analysis; it is a signal that a larger study is needed.
How to Report Confidence Intervals
Most journals require CIs for all primary estimates. The standard format is: estimate (95% CI: lower, upper). For example: mean difference = 4.2 mmHg (95% CI: 1.8, 6.6).
- ●Always state the confidence level (usually 95%, sometimes 99%)
- ●Report CIs for means, proportions, differences, odds ratios, hazard ratios, and regression coefficients
- ●For ratio measures (OR, RR, HR), the null value is 1 — check whether the CI includes 1
- ●For difference measures, the null value is 0 — check whether the CI includes 0
- ●STROBE, CONSORT, and PRISMA all require CIs for all reported estimates
Trusted sources behind this lesson
- Statistics at Square One
BMJ · Medical statistics textbook
basic statisticsmedical readersconfidence intervalst-tests - Statistical tests, P values, confidence intervals, and power: a guide to misinterpretations
European Journal of Epidemiology · Peer-reviewed article
p-valuesconfidence intervalscommon mistakes
Further reading
Read next
Missing Data: Types, Risks, and Solutions
Understand MCAR, MAR, and MNAR — the three types of missing data — and which methods for handling them are valid versus dangerously misleading.