ANOVA

Compare means across three or more groups.

Definition

Analysis of Variance (ANOVA) tests whether at least one group differs significantly from the others in terms of mean. StatsLab offers classic one-way ANOVA, Welch's ANOVA (robust to unequal variances), and Bonferroni post-hoc tests to identify differing group pairs.

When to use it

Requirements

What StatsLab computes

Worked example

Context : Comparing reaction time (ms) across 3 age groups: young, adult, senior.

Result : F(2, 87) = 12.4, p < 0.001, η² = 0.22

Interpretation : Highly significant difference between groups. Large effect size (η² = 0.22). Bonferroni post-hoc reveals that seniors differ significantly from young (p < 0.001) and adults (p = 0.012).

Run this analysis