Part of the Maths & Statistics suite · 235 calculators

One-Way ANOVA Calculator

Compare three or more group means at once — one-way ANOVA, with the full sum-of-squares table and the effect size.

ANOVA splits the total variation into between-group and within-group parts.

Results update as you type
Results
F statistic
14.965517
p-value
Between-group df
Within-group df
Between-group sum of squares
Within-group sum of squares
Between-group mean square
Within-group mean square
Eta squared (variance explained)
Decision at 5%
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows the Australian Curriculum (maths, brackets, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About one-way anova

How the one-way anova calculator works

ANOVA splits the total variation into between-group and within-group parts. If the groups really are alike, both estimate the same variance and their ratio F lands near 1; a large F means the group means are further apart than the noise within groups can explain.

A significant F says *some* pair differs, not which. That takes a post-hoc test — Tukey's HSD is the usual choice — because running every pairwise t-test inflates the error rate.

Formula: F = MS_between / MS_within, df = (k − 1, N − k)

Worked examples

InputsF statisticNote
Three groups, one clearly higher14.965517strongly significant
Identical groups0F = 0
Four groups49.779762the fourth is higher still

Frequently asked questions

What does ANOVA test?

Whether any of several group means differ. The null hypothesis is that they are all equal.

Why not just run t-tests on every pair?

Because each test carries its own 5% error rate. With four groups that is six tests and about a 26% chance of at least one false positive.

A significant F — now what?

A post-hoc test to find which pairs differ, with a correction for multiple comparisons. Tukey's HSD is the standard.

What is eta squared?

The share of total variation explained by group membership — the effect size. It answers "how much?" where F only answers "is there any?".

What does ANOVA assume?

Independent observations, roughly normal residuals and similar variances. It is fairly robust to the first two with balanced groups; unequal variances with unequal sizes cause real trouble.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.