Practice questions
Q1. You measure 30 patients’ cholesterol before and after 8 weeks on a new diet. Paired or independent?
Q2. You compare exam scores of 40 students taught by Method A against a different 40 taught by Method B. Which test?
Q3. A researcher recruits 25 pairs of identical twins, giving one twin a supplement and the other a placebo, then compares an outcome. Which test, and why does it help?
Q4. Why might a real drug effect show up as “significant” under a paired test but “not significant” under an independent test on the same before/after data?
Worked answers
A1. Paired. Each “after” reading belongs to the same patient as its “before” reading — a natural one-to-one link. Analyse the 30 within-patient differences.
A2. Independent. The two groups are entirely different students with no natural pairing between them. You compare the two group means directly.
A3. Paired. Twins are matched pairs — they share genetics and usually upbringing, so pairing them cancels out those shared factors. What’s left is cleaner evidence about the supplement itself, because the biggest source of between-person variation (genetics) has been controlled by design. This is a deliberately engineered pairing, and it’s a beautiful use of the paired test.
A4. Because the paired test removes the between-person variation, shrinking the noise the effect has to compete against. On the same data, the independent test lumps that person-to-person variation back in, inflating the standard error and shrinking the test statistic. The real effect is still there — but the independent test is too blunt to detect it. Same data, same effect, different sensitivity, entirely because of which test respected the pairing.
The short version
• One question: are the two groups linked in natural pairs?
• Yes (same subject twice, twins, matched pairs) → paired, analyse the differences.
• No (separate, unrelated groups) → independent, compare the means.
• Paired is more powerful when it applies, because it cancels between-person noise.
• Wrong choice either way = lost power or meaningless pairing.
Both are members of the t-test family — start with
t-test vs z-test if you’re still deciding whether a t-test is even the right tool.
References
1. Moore, D.S., McCabe, G.P. & Craig, B.A. (2021) Introduction to the Practice of Statistics. 10th edn. New York: W.H. Freeman.
2. Altman, D.G. & Bland, J.M. (1994) “Statistics Notes: Matching,” BMJ, 309(6962), p. 1128.
Choosing and running the right test is what Statistics Made Simple is built for.
Every test comes with a “when to use this” decision box and worked output in R, so you never guess again.