Statistics worked example
ANOVA Calculation Table: Formula, Assumptions and Example
One-way ANOVA separates total variation into variation between group means and variation within groups. The F statistic compares those two estimates on a common scale.
Answer first
The one-way ANOVA F statistic is MS between divided by MS within
Calculate the between-groups sum of squares, divide by k – 1, and calculate the within-groups sum of squares, dividing by N – k. The ratio F = MSbetween / MSwithin tests whether the observed separation of means is large relative to within-group variation under the model.
A significant omnibus test says that not all population means are equal. It does not identify which groups differ, the size of those differences, or whether assumptions and design justify the conclusion.
A method you can reuse
Move from raw scores to the ANOVA table
The calculation is easiest to audit when every source of variation and degree of freedom is visible. For k groups and N observations, dfbetween = k – 1, dfwithin = N – k, and dftotal = N – 1.
Before the arithmetic, define independence and the sampling or assignment process. Normality concerns model residuals within groups, and equal variance concerns the spread across groups. ANOVA can be robust in some balanced settings, but that does not make diagnostics optional.
Calculate group and grand means
The grand mean is the mean of all observations, not automatically the unweighted mean of group means when group sizes differ.
Compute between-groups variation
For each group, square the distance between its mean and the grand mean, then multiply by the group size.
Compute within-groups variation
Within each group, square every observation’s distance from its own group mean and sum the values.
Complete degrees of freedom and mean squares
Divide each sum of squares by its matching degrees of freedom. Check that component sums and degrees of freedom add to total.
Interpret F with post hoc and effect-size context
If the omnibus result warrants follow-up, use a planned contrast or appropriate multiple-comparison method and report effect size and confidence intervals.
Worked from start to finish
ANOVA calculation table for three small groups
Three fictional groups contain scores A = 4, 5, 6; B = 7, 8, 9; and C = 5, 6, 7.
Grand mean = 57 / 9 = 6.333
SS between = 3(5 – 6.333)² + 3(8 – 6.333)² + 3(6 – 6.333)² = 14
SS within = 2 + 2 + 2 = 6
SS total = 20
df between = 3 – 1 = 2
df within = 9 – 3 = 6
df total = 8
MS between = 14 / 2 = 7
MS within = 6 / 6 = 1
F = 7 / 1 = 7.00
The calculation identity checks: 14 + 6 = 20 and 2 + 6 = 8. Those checks catch many transcription and denominator errors.
For this tiny fictional dataset, eta-squared is 14 / 20 = 0.70. That describes a large share of sample variation, but the estimate is unstable with only nine observations and should not be generalized.
Completed ANOVA calculation table
Every row uses a different denominator because each source has different degrees of freedom.
| Source | Sum of squares | df | Mean square | F |
|---|---|---|---|---|
| Between groups | 14 | 2 | 7 | 7.00 |
| Within groups | 6 | 6 | 1 | |
| Total | 20 | 8 |
If groups have unequal variances and unequal sample sizes, the conventional one-way ANOVA can be misleading. Welch’s ANOVA is a common alternative when equal variance is not defensible. If the outcome or design does not fit a mean-based independent-groups model, another method may be needed.
Post hoc testing should answer a planned question, not generate every possible comparison without control. Report the adjusted method, estimated group differences, uncertainty, and the outcome scale.
What students report
Real student experiences, with context
These public comments are personal experiences, not universal outcomes. They are included because they show where students commonly get stuck and how the method above helps.
“the question you’re trying to answer is central”
Student discussion in r/statistics
Variable types matter, but the estimand and study design come first. The same columns can support different tests when the research question changes.
“My understanding of effect size is kinda weak”
Student discussion in r/statistics
Effect size is not one universal number. The correct measure depends on whether the contrast concerns means, association, explained variance, or categorical association.
Failure-mode review
Common problems and how to repair them
Averaging group means without weights
When group sizes differ, compute the grand mean from all observations or use a weighted group-mean calculation.
Using total variance as the F denominator
The denominator is the within-groups mean square, not total sum of squares or total variance.
Claiming every group differs
The omnibus F only indicates that the equal-means model is incompatible with the data at the chosen level.
Ignoring independence
Repeated measurements, clusters, and matched observations require models that represent dependence.
Before you submit or move on
A practical final check
- Group membership and outcome are correctly defined.
- Independence follows from the design.
- Group and grand means are verified.
- SS between plus SS within equals SS total.
- Degrees of freedom add correctly.
- Residual and variance diagnostics are reviewed.
- Post hoc method and effect size match the question.
- Results include means, variability, F, df, p, and context.
Related tools and help
Questions students ask
Frequently asked questions
What is the formula for the ANOVA F statistic?
F equals the between-groups mean square divided by the within-groups mean square.
What goes in an ANOVA calculation table?
Include source, sum of squares, degrees of freedom, mean square, and the F statistic for the model effect.
What does a significant ANOVA tell me?
It indicates that the data are inconsistent with all population means being equal under the model. Follow-up analysis is needed to locate differences.
How do I calculate eta-squared from ANOVA?
For a one-way model, eta-squared is SS between divided by SS total. Interpret it with design and uncertainty.
What if group variances are unequal?
Inspect the design and diagnostics. Welch’s ANOVA or another robust method may be more appropriate, especially with unequal sample sizes.
Sources and further reading
- NIST Engineering Statistics Handbook: One-Way ANOVA. Government reference for the one-way fixed-effects ANOVA model.
- American Statistical Association Statement on P-Values. Official principles for responsible p-value interpretation.
Forum quotations are short excerpts from public discussions. They describe individual experiences and have not been independently verified. Factual guidance in this article is grounded in the primary and institutional sources listed above.
Reviewed by the Bright Writers Academic Support Team.
We create calculation guides, planning tools, and course support resources. Corrections can be sent to [email protected].

