01 Key Concepts
Null Hypothesis (H0)
The default assumption of 'no effect' or 'no difference' that we test against, such as 'this new drug has no effect'.
Alternative Hypothesis (H1)
The claim we're trying to find evidence for, such as 'this new drug does have an effect'.
P-value
The probability of observing results at least as extreme as what was found, assuming the null hypothesis is true. A small p-value suggests the null hypothesis is unlikely.
Significance Level (alpha)
A threshold (commonly 0.05) set in advance; if the p-value is less than alpha, the result is considered 'statistically significant' and we reject the null hypothesis.
Type I and Type II Errors
Type I error: rejecting a true null hypothesis (a false alarm). Type II error: failing to reject a false null hypothesis (a missed effect).
02 Key Formulas
- Reject H0 if p-value < alpha
03 Solved Examples
- Compare the p-value to alpha: 0.02 < 0.05.
- Since the p-value is less than alpha, the result is statistically significant.
- Compare the p-value to alpha: 0.20 is greater than 0.05.
- Since the p-value is not less than alpha, there isn't enough evidence to reject the null.
- H0 (innocent) is true, but it was rejected (convicted) anyway.
- Rejecting a true null hypothesis is a Type I error.
04 Practice Questions
๐ Hypothesis Testing โ Downloadable Worksheet
10 questions with a full answer key. Grab the PDF to print, or try the interactive version in your browser.