ANOVA Calculator
Enter data for up to six groups to perform a one-way analysis of variance. The calculator shows the full ANOVA table, box plots, F-statistic, p-value, and effect size with step-by-step formulas.
Box Plots
Group Data
ANOVA Table
| Source | SS | df | MS | F | p-value |
|---|---|---|---|---|---|
| Between | 250.5 | 2 | 125.3 | 40.41 | 0.00000467 |
| Within | 37.2 | 12 | 3.1 | - | - |
| Total | 287.7 | 14 | - | - | - |
Step-by-Step Calculation
1. Grand Mean
2. Sum of Squares Between (SS_B)
3. Sum of Squares Within (SS_W)
4. Degrees of Freedom
5. Mean Squares and F-statistic
6. P-value and Decision
7. Effect Size (Eta Squared)
Reference Guide
What is ANOVA?
Analysis of Variance (ANOVA) tests whether the means of three or more groups are equal. It does this by comparing the variation between groups to the variation within groups.
The null hypothesis is that all group means are equal. If the F-statistic is large enough, we reject the null.
The F-Statistic
The F-statistic is the ratio of between-group variance to within-group variance.
A large F means the group means differ more than you would expect from random variation alone.
Effect Size
Eta squared measures how much of the total variance is explained by the grouping variable.
Guidelines: below 0.01 is negligible, 0.01 to 0.06 is small, 0.06 to 0.14 is medium, and above 0.14 is large.
Assumptions
One-way ANOVA assumes that the observations are independent, each group is approximately normally distributed, and all groups have similar variances (homogeneity of variance).
ANOVA is fairly robust to moderate violations of normality, especially with larger sample sizes.