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 η².
p-value: 0.0281 — significant at α = 0.05
- 1
Grand mean (weighted)
28.1636grand = Σ(nⱼ × x̄ⱼ) ÷ N, the overall average weighted by group size. - 2
SS between groups (SSB)
159.4964SSB = Σ nⱼ × (x̄ⱼ − grand)² — how far each group mean is from the grand mean. - 3
SS within groups (SSW)
593.13SSW = Σ (nⱼ − 1) × sⱼ² — pooled within-group variability. - 4
MS between (MSB)
159.4964 ÷ 2 = 79.7482 - 5
MS within (MSW)
593.13 ÷ 30 = 19.771 - 6
F statistic
79.7482 ÷ 19.771 = 4.0336F = 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.
公式
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.
也稱為
TG we-Calculate Editorial Team. (2026). ANOVA Calculator — One-Way ANOVA from Summary Statistics [Online calculator]. TG we-Calculate. https://we-calculate.com/zh-tw/calculator/anova-calculator
TG we-Calculate Editorial Team. "ANOVA Calculator — One-Way ANOVA from Summary Statistics." TG we-Calculate. 2026. https://we-calculate.com/zh-tw/calculator/anova-calculator.
TG we-Calculate Editorial Team, "ANOVA Calculator — One-Way ANOVA from Summary Statistics," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/zh-tw/calculator/anova-calculator
@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-tw/calculator/anova-calculator}}, year = {2026}, note = {TG we-Calculate} }
這個計算機對您有幫助嗎?
