Practice questions
Q1. A study reports p = 0.02. Write a one-sentence correct interpretation.
Q2. A student writes: “p = 0.20, so there’s an 80% chance our drug works.” Identify the error.
Q3. Study A: effect = 0.1 units, p < 0.001, n = 40,000. Study B: effect = 12 units, p = 0.08, n = 25. Which result is more important, and which is more statistically significant?
Q4. A researcher runs 20 independent tests on unrelated variables, all with no true effect, using α = 0.05. Roughly how many “significant” results should they expect by chance?
Worked answers
A1. “If the null hypothesis were true, there would be a 2% probability of observing data at least as extreme as ours.” Note what’s absent: any claim about the probability the null is true, or that the effect is real.
A2. Two errors, actually. First, p is not the probability the alternative is true, so “80% chance it works” doesn’t follow. Second, p = 0.20 is weak evidence against the null — the data are quite compatible with no effect. The student has inverted the meaning: a high p-value is evidence for caution, not confidence.
A3. Study B has the more important effect (12 units is large and potentially meaningful) but it’s not statistically significant at 0.05, because n = 25 is too small to be sure. Study A is highly significant but its effect (0.1 units) is trivial — significance bought by a huge sample. This is the significance-vs-importance split in one comparison: never confuse the two.
A4. About one. With α = 0.05, you expect a false positive 5% of the time, and 5% of 20 is 1. This is why running many tests and reporting only the significant one (“p-hacking”) manufactures findings from pure noise — and why pre-registering your hypotheses matters.
The short version
• p = P(data this extreme | null true). Not P(null true).
• It’s a statement about data, not about hypotheses.
• Significant ≠ important. Report the effect size.
• 0.05 is a convention, not a law. Treat p as continuous evidence.
• Run enough tests and something clears 0.05 by luck alone.
References
1. Wasserstein, R.L. & Lazar, N.A. (2016) “The ASA Statement on p-Values: Context, Process, and Purpose,” The American Statistician, 70(2), pp. 129–133.
2. Greenland, S. et al. (2016) “Statistical tests, P values, confidence intervals, and power: a guide to misinterpretations,” European Journal of Epidemiology, 31(4), pp. 337–350.
The p-value gets a whole careful chapter in Statistics Made Simple.
Because the misconception is nearly impossible to remove once it sets — so we take it slowly, the first time.