1 组间拉得开吗?组内挤得紧吗? Are Groups Pulled Apart? Are Points Within a Group Tight?
k=4每根实心横线是一组的均值,灰色虚线是总均值。组均值离总均值越远 → 组间变异(信号)越大; 同组内部点散得越开 → 组内变异(噪声)越大。F 值就在量这一拉一散的对比。 Each solid horizontal line is a group mean; the gray dashed line is the grand mean. The farther a group mean drifts from the grand mean → larger between-group variation (signal); the wider points scatter inside one group → larger within-group variation (noise). F is exactly this pull-versus-spread contest.
2 总变异如何劈成两半,F 落在哪 How Total Variation Splits and Where F Lands
上方堆叠条把 SS总 切成 SS组间 与 SS组内;下方是 F 分布, 黄线是当前 F、红虚线是临界值 —— F 越过红线,落进右尾,才判「组别均值存在显著差异」。 The stacked bar above slices SS_total into SS_between and SS_within; below is the F distribution. The amber line is the current F, the red dashed line is the critical value — only when F crosses red into the right tail do we conclude "the group means differ significantly."
3 现实里的 ANOVA ANOVA in the Real World
4 动手算一遍 · 3 组数据 → SST/SSB/SSW → F Work It Out · 3 Groups → SST/SSB/SSW → F
数据(3 组,每组 n=4,N=12):Data (3 groups, n=4 each, N=12):
总均值grand mean x̿ = 9
SSW = ΣΣ(x−x̄ⱼ)² = 2+2+2 = 6 (df=N−k=9)
SST = 72+6 = 78 ✓
MSB = 72/2 = 36 · MSW = 6/9 = 0.667
F = MSB/MSW = 36/0.667 = 54.0 vs F0.05, 2, 9 = 4.26 → 54 ≫ 4.26,组间差异高度显著
5 效应量 · 显著之外,组别解释了多少变异 Effect Size · Beyond Significance, How Much Variation Groups Explain
F 显著只说「差异存在」,不说「差异有多大」。效应量回答后者 —— 组间差异占了总变异的多大比例。 A significant F says "a difference exists," not "how large." Effect size answers the latter — what fraction of total variation the grouping accounts for.
ω² (omega²) = [SSB−(k−1)MSW]/(SST+MSW) = [72−2·0.667]/(78+0.667) = 0.90 (去偏后)(bias-corrected)
经验档:η²/ω² ≈ 0.01 小、0.06 中、0.14 大。本例 0.90 属于罕见的极强效应(教学数据刻意分得很开)。务必和 p 值一起报 —— 大样本能让微不足道的差异也「显著」,唯有效应量能拦住它。 Rules of thumb: η²/ω² ≈ 0.01 small, 0.06 medium, 0.14 large. The 0.90 here is a rare, very strong effect (teaching data deliberately well-separated). Always report it alongside p — a large sample can make a trivial difference "significant," and only effect size catches that.