Advanced

ANOVA Calculator — One-Way ANOVA from Summary Statistics

When you have group means and standard deviations rather than raw data, this ANOVA calculator reconstructs the F-test from summary statistics. Enter n, mean, and SD for each group to get the F ratio, p-value, and η².
Enter each group on its own line: sample size, group mean, and sample standard deviation, separated by spaces or commas.
F statistic
4.0336

p-value: 0.0281 — significant at α = 0.05

Groups (k)
3
Total N
33
Grand mean
28.1636
df between
2
df within
30
SS between
159.4964
SS within
593.13
MS between
79.7482
MS within
19.771
η² (eta-squared)
0.2119
Group 1 (n=10)25.3 ±4.1
Group 2 (n=12)30.7 ±5.2
Group 3 (n=11)28 ±3.8
Step by step
  1. 1

    Grand mean (weighted)

    28.1636
    grand = Σ(nⱼ × x̄ⱼ) ÷ N, the overall average weighted by group size.
  2. 2

    SS between groups (SSB)

    159.4964
    SSB = Σ nⱼ × (x̄ⱼ − grand)² — how far each group mean is from the grand mean.
  3. 3

    SS within groups (SSW)

    593.13
    SSW = Σ (nⱼ − 1) × sⱼ² — pooled within-group variability.
  4. 4

    MS between (MSB)

    159.4964 ÷ 2 = 79.7482
  5. 5

    MS within (MSW)

    593.13 ÷ 30 = 19.771
  6. 6

    F statistic

    79.7482 ÷ 19.771 = 4.0336
    F = MSB ÷ MSW; large F indicates group means differ more than within-group noise.
结果仅为一般参考性的估算,并非专业建议——在依赖这些重要结果之前,请务必自行独立核实。 阅读完整免责声明.
快速解答

这个计算器是如何工作的?

ANOVA from summary stats: enter each group's n, mean, and SD. The F statistic = MSB/MSW, where SSB = Σnⱼ(x̄ⱼ−x̄)² and SSW = Σ(nⱼ−1)sⱼ². A small p-value means at least one group mean differs. Eta-squared (η²=SSB/(SSB+SSW)) quantifies the effect size, and a post-hoc test is needed to identify which specific groups differ.

公式
F = MSB / MSW, where SSB = Σ nⱼ(x̄ⱼ−x̄)², SSW = Σ (nⱼ−1)sⱼ²
How this is calculated

For each line you enter the sample size nⱼ, group mean x̄ⱼ, and sample standard deviation sⱼ. The calculator first computes the weighted grand mean x̄ = Σ(nⱼ × x̄ⱼ) / N. Then it partitions the total variability: the between-group sum of squares SSB = Σ nⱼ(x̄ⱼ − x̄)² captures how far each group mean lies from the grand mean; the within-group (error) sum of squares SSW = Σ(nⱼ − 1)sⱼ² pools the within-group variance across all groups using the sample variances you supplied.

Dividing each sum of squares by its degrees of freedom gives the mean squares MSB = SSB/(k−1) and MSW = SSW/(N−k). The F statistic is MSB/MSW; under the null hypothesis that all group means are equal it follows an F distribution with (k−1, N−k) degrees of freedom, and the p-value is the upper-tail probability. The eta-squared effect size η² = SSB / (SSB + SSW) indicates what fraction of the total variability is explained by the group factor (small ≈ 0.01, medium ≈ 0.06, large ≈ 0.14 by Cohen's conventions).

This approach assumes that supplying n, mean, and SD is equivalent to having the raw data for within-group variance (i.e. the sample SD reflects actual within-group spread). It requires nⱼ ≥ 2 for each group so that within-group variance is estimable. One-way ANOVA additionally assumes independent observations, approximate normality of residuals, and homogeneity of variance across groups.

常见问题

The raw-data calculator accepts the actual observations and computes means and SDs internally. This calculator accepts pre-summarised data (n, mean, SD per group) — useful when you only have published summary statistics from a paper or report, not the original dataset.

A small p-value (typically below 0.05) indicates that at least one group mean differs significantly from the others. ANOVA itself does not say which groups differ; follow a significant result with a post-hoc test such as Tukey HSD or Bonferroni correction.

Eta-squared is a measure of effect size: it is the proportion of total variance explained by the group factor, ranging from 0 to 1. A value around 0.01 is considered small, 0.06 medium, and 0.14 large by Cohen's benchmarks. Report it alongside the p-value for a more complete picture.

也称为

anova from summary statistics
one way anova calculator
f test group means
analysis of variance calculator
anova p value calculator
eta squared effect size
compare means anova

APA

TG we-Calculate Editorial Team. (2026). ANOVA Calculator — One-Way ANOVA from Summary Statistics [Online calculator]. TG we-Calculate. https://we-calculate.com/zh/calculator/anova-calculator

Chicago

TG we-Calculate Editorial Team. "ANOVA Calculator — One-Way ANOVA from Summary Statistics." TG we-Calculate. 2026. https://we-calculate.com/zh/calculator/anova-calculator.

IEEE

TG we-Calculate Editorial Team, "ANOVA Calculator — One-Way ANOVA from Summary Statistics," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/zh/calculator/anova-calculator

BibTeX

@misc{wecalculate_anova_calculator, title = {ANOVA Calculator — One-Way ANOVA from Summary Statistics}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/zh/calculator/anova-calculator}}, year = {2026}, note = {TG we-Calculate} }

这个计算器对您有帮助吗?