Every time you run a hypothesis test, there is a possibility of making one of two types of errors. Understanding Type I and Type II errors is critical for designing studies, interpreting results, and making good decisions with data.

The Decision Matrix

H₀ is Actually TRUEH₀ is Actually FALSE
Reject H₀❌ Type I Error (α) — False Positive✅ Correct Decision — True Positive (Power = 1−β)
Fail to Reject H₀✅ Correct Decision — True Negative❌ Type II Error (β) — False Negative

Type I Error (α) — The False Positive

A Type I error occurs when you reject H₀ even though it is actually true. You conclude there is an effect when there really is none. The probability of a Type I error equals your significance level α.

Example: A drug company tests a new medicine. H₀: the drug has no effect. In reality, the drug does nothing. But due to random chance, the clinical trial produces p = 0.03 < 0.05. The company concludes the drug works — this is a Type I error. They have a false positive.

Setting α = 0.05 means you accept a 5% chance of making this mistake. In fields where false positives are catastrophic (nuclear safety, drug approval), α = 0.01 or 0.001 is used.

Type II Error (β) — The False Negative

A Type II error occurs when you fail to reject H₀ even though it is false. You miss a real effect — you conclude there is nothing there when there actually is. The probability of a Type II error is β.

Example: A new teaching method genuinely improves test scores. H₀: no improvement. But your study only had 15 students — too small to detect the effect. You get p = 0.12 and fail to reject H₀. You miss the real improvement. This is a Type II error.

Statistical Power = 1 − β

Power is the probability of correctly detecting a real effect. Power = 1 − β. If β = 0.20, power = 0.80 (80% chance of detecting the effect if it exists). Power ≥ 0.80 is the standard target in research.

Power increases with:

The Trade-off Between Type I and Type II Errors

You cannot minimise both simultaneously (for a fixed n). Reducing α (stricter test) reduces Type I errors but increases Type II errors. The only way to reduce both is to increase sample size.

The relative severity of each error type should guide your choice of α:

Use our Sample Size Calculator to plan studies with adequate power to control both error types.