Type I and Type II Errors in Statistics: Clear Explanation with Examples

July 25, 2026
Recognising Type I vs Type II scenarios quickly is a skill built through repetition, not memorisation. The Statistics Made Simple Practice Questions workbook drills this with exam-style questions and full mark schemes.
Statistics · Hypothesis Testing
Type I and Type II Errors
Every statistical test can make two kinds of mistakes. Understanding them — and the trade-off between them — is essential for interpreting research correctly.
When a court finds an innocent person guilty, it has made a terrible mistake. When it acquits a guilty person, it has also made a mistake — of a different kind. Hypothesis testing faces the exact same dilemma. Every test risks two distinct types of error, and reducing one typically increases the other. Understanding this trade-off is fundamental to designing good studies and interpreting their results.
📘 Key Terms
Type I Error (False Positive): Rejecting H₀ when it is actually true. The probability of a Type I error is α (the significance level). In medical testing: concluding a drug works when it doesn’t.
Type II Error (False Negative): Failing to reject H₀ when it is actually false. The probability of a Type II error is β. Power = 1 − β = the probability of correctly rejecting a false H₀.
Chapter 11 of Statistics Made Simple covers errors and power with a worked power curve, showing how sample size changes your odds of catching a real effect.
H₀ is actually TRUE H₀ is actually FALSE
Reject H₀ ❌ Type I Error (α) ✅ Correct (Power = 1−β)
Fail to reject H₀ ✅ Correct (1−α) ❌ Type II Error (β)
Real-World Examples
Medical Drug Testing:
Type I: Approving a drug that is actually ineffective (false positive — serious but manageable with monitoring)
Type II: Rejecting a drug that is actually effective (false negative — patients miss a treatment that works)
Criminal Justice:
Type I: Convicting an innocent person (false positive — considered the more serious error in law)
Type II: Acquitting a guilty person (false negative — the person goes free)
💡 Key Insight
Reducing α (e.g. from 0.05 to 0.01) makes it harder to reject H₀, which reduces Type I errors but increases Type II errors. The only way to reduce both simultaneously is to increase sample size, which increases the power of the test and allows more precise estimates of the true effect.
Statistical Power
Power = 1 − β is the probability of correctly detecting a real effect. A power of 0.80 (80%) is commonly considered the minimum acceptable standard in empirical research — it means the test has an 80% chance of detecting a true effect of the assumed size. Factors that increase power: larger sample size, larger true effect size, lower measurement error, higher α.
⚠️ Common Error
Students often confuse α with the probability that H₀ is true, or β with the probability the effect doesn’t exist. Neither is correct. α is the probability of a Type I error given H₀ is true. β is the probability of a Type II error given H₁ is true. Both are conditional probabilities — not unconditional assessments of which hypothesis is correct.
Statistics Made Simple
Everything you need, in one download.
A 246-page textbook and 1,569 practice questions with fully worked answers. Built-in z, t, chi-square and F tables, 18 datasets, software workshops and a full 80-mark mock paper.

Get both books — $16, save $5 →

Q1. A drug regulator sets α = 0.01 (rather than 0.05) when approving new drugs. Explain how this affects Type I and Type II errors and discuss the trade-off involved. [6 marks]
Answer: Setting α = 0.01 reduces the probability of a Type I error (approving an ineffective drug) from 5% to 1% — a stricter criterion. However, this increases the probability of a Type II error (β): with a stricter threshold, the test is less likely to detect a truly effective drug, meaning some beneficial drugs may not receive approval. The trade-off depends on the relative costs: in pharmaceutical regulation, Type I errors (approving harmful or ineffective drugs) are considered very costly in terms of public health risk, justifying a low α despite the increased risk of Type II errors. The optimal α depends on the relative costs of each error type.
The Statistics Made Simple bundle includes software workshops that let you run power calculations yourself in R and see how sharply the numbers change — usually more sharply than people expect.
References
1. Moore, D.S., McCabe, G.P. and Craig, B.A. (2021) Introduction to the Practice of Statistics. W.H. Freeman.
2. Cohen, J. (1988) Statistical Power Analysis for the Behavioral Sciences. 2nd edn. Lawrence Erlbaum.
3. Field, A. (2018) Discovering Statistics Using IBM SPSS Statistics. SAGE.
4. Triola, M.F. (2022) Elementary Statistics. Pearson.
5. Neyman, J. and Pearson, E.S. (1933) ‘On the Problem of the Most Efficient Tests of Statistical Hypotheses’, Philosophical Transactions of the Royal Society A, 231, pp. 289–337.

Related Posts

Profit Maximisation with Calculus: First and Second Order Conditions

Setting the derivative to zero finds a flat point – but flat points can be maxima or minima, and choosing wrong reverses your answer. The first and second order conditions explained, with a worked cubic profit function where the FOC alone gives two candidates and only the SOC tells them apart.

Paired vs Independent t-test: How to Tell Them Apart

Same test name, completely different setups. One question decides it: is each value in group A naturally linked to a specific value in group B? Why the paired test cancels between-person noise and is far more powerful when it applies — and how picking wrong quietly throws away half your statistical power.

Z-Scores and the Normal Distribution: A Plain-English Guide

A z-score is how many standard deviations a value sits from the mean — a universal ruler that lets you compare across any scale. The z = (x−μ)/σ formula, the 68–95–99.7 rule, the three-step method for “what percentage scored above X?”, and the direction error that catches everyone.