Hypothesis Testing and Statistical Inference
Adjusts p-values to control the family-wise error rate when performing multiple comparisons.
Explore how the Bonferroni correction works with these sample datasets.
A clinical trial testing 5 different potential side effects of a new drug. The initial alpha is 0.05.
α: 0.05, n: 5
P-Values: 0.01, 0.02, 0.03, 0.04, 0.05
Analyzing 20 genes to see if their expression differs between two groups. The significance level is set to 0.01.
α: 0.01, n: 20
P-Values: 0.0004, 0.001, 0.003, 0.05, 0.1, 0.0001, 0.02, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 0.002, 0.006, 0.008, 0.011, 0.03
An e-commerce site tests 3 different button colors against the original to see which improves click-through rate.
α: 0.05, n: 3
P-Values: 0.04, 0.09, 0.21
A study looks at 8 different teaching methods to see if they improve test scores. No method shows a statistically significant improvement.
α: 0.05, n: 8
P-Values: 0.12, 0.34, 0.55, 0.08, 0.23, 0.41, 0.6, 0.19