One-Way ANOVA
Summary
One-way analysis of variance compares the means of several groups defined by a single categorical factor. It partitions total variation into variation between groups and variation within groups, then tests whether the between-group variation is large relative to the within-group variation using an F-statistic. Significant results are usually followed by post-hoc comparisons to identify which means differ.[1]
Prerequisites
Definition / Notation
The model for group
with the constraint
| Symbol | Meaning |
|---|---|
|
|
Observation
|
|
|
Overall mean |
|
|
Effect of group
|
|
|
Mean of group
|
|
|
Grand mean |
|
|
Total sum of squares |
|
|
Between-group sum of squares |
|
|
Within-group (error) sum of squares |
|
|
Total sample size,
|
The sums of squares are
They satisfy
Parameters / Assumptions
- Independent random samples from
populations. - Each population is approximately normal.
- The populations share a common variance
(homoscedasticity). - Observations are independent within and across groups.
Essential Result
The hypotheses are
against
The test statistic is
Reject
Worked Example
Three teaching methods produce scores:
- Method A: 78, 82, 85
- Method B: 88, 90, 92
- Method C: 80, 84, 86
Group means are
With
Since
Common Mistakes
- Running many pairwise t-tests instead of ANOVA, which inflates the Type I error rate.
- Ignoring the equal-variance assumption.
- Concluding that all groups differ when only some do.
- Using ANOVA when the response is not continuous or the groups are not independent.
Connections
References
OpenStax, Introductory Statistics, "One-Way ANOVA", https://openstax.org/details/books/introductory-statistics ↩︎
NIST/SEMATECH, e-Handbook of Statistical Methods, "Analysis of Variance", https://www.itl.nist.gov/div898/handbook/ ↩︎