The ANOVA Calculator performs one-way analysis of variance to determine whether the means of three or more groups differ significantly. Computes the F-statistic, p-value, and ANOVA table — essential for experimental research, clinical trials, and quality control comparisons.
10.6667
122
6
128
61
1
61
2
6
10.6667
122
6
128
61
1
61
2
6
You have three diets and want to know if they produce different weight loss results. You have four production lines and need to check if their defect rates differ. You are comparing five drug doses in a clinical trial. In all these cases, running multiple t-tests would inflate the Type I error rate — the correct tool is ANOVA, and the calculator for one-way ANOVA performs the complete analysis from raw group data to a fully interpreted conclusion.
ANOVA tests whether the variance between group means is larger than what chance variation within groups would produce. The total variance in the data is partitioned into two components:
The F-statistic = MS_between / MS_within, where MS = SS / degrees of freedom. When F is large, the group means differ more than chance variation explains, and we reject the null hypothesis (all population means are equal). The ANOVA F-value calculator computes F directly from group summary statistics when raw data is not available.
The ANOVA summary table has a standard structure:
Use this online calculator by entering raw data for each group. The t-test calculator handles the two-group special case.
One-way ANOVA rests on three assumptions that should be verified before trusting the results:
The inferential statistics calculators category covers the full range of hypothesis testing tools including post-hoc tests (Tukey's HSD) needed to identify which specific groups differ after a significant ANOVA result.
A significant ANOVA p-value tells you that at least one group mean differs from the others — it does not tell you which pairs are different. Post-hoc tests (Tukey's HSD, Bonferroni correction, Scheffé test) perform all pairwise comparisons while controlling the family-wise error rate. Tukey's HSD is the most common choice for balanced designs; Bonferroni is more conservative and appropriate when a small number of specific comparisons were planned in advance. Running all pairwise t-tests without correction would give a 40% Type I error rate for 5 groups — post-hoc adjustment brings this back to the nominal 5%.
Computes group means and grand mean. SSB = 3 × sum of squared deviations of group means from grand mean. SSW = sum of squared deviations of each value from its group mean. MSB = SSB / 2, MSW = SSW / 6. F = MSB / MSW with df (2, 6).
A larger F-statistic indicates stronger evidence that group means differ. Compare the F-statistic to critical F-values: at α = 0.05 with df (2, 6), F_critical ≈ 5.14. If F > F_critical, reject H₀ and conclude at least one group mean is significantly different. SSB/SST gives the proportion of variance explained by group membership (eta-squared).
Inputs
Results
F = 63 far exceeds F_critical ≈ 5.14. Strong evidence group means differ.
Inputs
Results
F = 3.0 < 5.14 critical value. Insufficient evidence to reject H₀.
ANOVA stands for Analysis of Variance. It tests whether the means of three or more groups are statistically significantly different by comparing between-group and within-group variability.
Multiple t-tests inflate the Type I error rate. With 3 groups and 3 comparisons at α = 0.05, the family-wise error rate rises to approximately 14.3%. ANOVA controls this by testing all groups simultaneously with a single F-test.
Independence of observations, normality of residuals within each group, and homogeneity of variances (homoscedasticity). ANOVA is robust to mild normality violations with balanced designs. Welch's ANOVA handles unequal variances.
It tells us at least one group mean differs from the others, but not which specific groups differ. Post-hoc tests like Tukey's HSD, Bonferroni, or Scheffé are needed to identify the differing pairs.
Eta-squared (η²) = SSB / SST measures the proportion of total variance explained by group membership. It is an effect size measure: 0.01 = small, 0.06 = medium, 0.14 = large effect.
df_between = k - 1 (number of groups minus 1). df_within = N - k (total observations minus number of groups). These determine the shape of the F-distribution used for significance testing.
How helpful was this calculator?
Be the first to rate!
Crown Cover Calculator
Forestry
Geometric Distribution Calculator
Probability Distributions
Hypergeometric Distribution Calculator
Probability Distributions
Negative Binomial Distribution Calculator
Probability Distributions
Gamma Distribution Calculator
Probability Distributions
Weibull Distribution Calculator
Probability Distributions