Context
Confidence interval output
A sample is used to estimate the mean waiting time at a clinic.
Simulated output
> t.test(waiting$minutes) 95 percent confidence interval: 21.4 28.6 sample mean 25.0
95% CI: 21.4 to 28.6 minutes
Sample mean
25.0 min
The mean waiting time in the sample.
Interval
21.4 to 28.6 min
A plausible range for the population mean, using this method.
Confidence level
95%
Use the confidence level in the interpretation, not as a guarantee for one person.
What it means
The interval gives a range of plausible values for the population mean waiting time. It is not a range for every individual waiting time.
What to write
Using this sample, a 95% confidence interval for the mean waiting time is 21.4 to 28.6 minutes. This suggests the true mean waiting time is likely to be in that range.
Watch out
Remember that a confidence interval for a mean is not the spread of individual data values.
What does the interval describe?
Choose an option, then check the feedback.