⏳ Loading example…
📊
ANOVA
Welch's ANOVA — Unequal Variances Alternative
Compare three course formats where one group has 200x the variance of the others. Standard ANOVA misses the effect (p=.080); Welch's ANOVA correctly detects it (F=182.99, p<.001).
📊 F_Welch(2,7.12) = 182.99, p < .001 (standard F=3.14, p=.080)
Step-by-step solution
📊 28 · Welch's ANOVA — When Group Variances Are Unequal
Comparing Three Course Formats With Very Different Score Spread
ANOVA
Research Question:
15 students were split into three exam-score groups (n=5 each) across course formats: Self-Paced Online, Cohort-Based Online, and In-Person. The cohort-based group shows wild score spread while the other two are tight. Does format affect scores once we account for this unequal spread?
| Self-Paced Online (A) | Cohort-Based Online (B) | In-Person (C) |
|---|---|---|
| 58 | 50 | 78 |
| 62 | 100 | 82 |
| 59 | 55 | 79 |
| 61 | 95 | 81 |
| 60 | 75 | 80 |
Standard (pooled) F, for comparison
Welch's F — weights each group by the inverse of its own variance
-
1Group means and variances: Group B's variance (512.50) is over 200× larger than A's or C's — a red flag for the equal-variance assumption.
-
2Check Levene's test first: p = .001 < .05 → variances are significantly unequal → the standard (pooled) ANOVA's equal-variance assumption is violated. This is the trigger to prefer Welch's ANOVA.
-
3Standard (pooled) ANOVA anyway, for contrast: Taken at face value this says 'no significant difference' — but that conclusion is untrustworthy, because it relies on an assumption we just showed is violated. Group B's huge within-group variance is inflating the pooled error term and masking the real separation between A and C.
-
4Welch's ANOVA — weight by 1/variance:Because B's variance is so large, Welch's weighting effectively down-weights it to almost nothing (w_B ≈ 0.01 vs. w_A=w_C=2.00) — the test becomes, in effect, a clean, low-variance comparison of A against C, which are 20 points apart. That is why F jumps from 3.14 to 182.99.
-
5Decision rule: Because Levene's test flagged unequal variances, report Welch's F, not the standard F. Reporting the standard result here would have been a Type II error — concluding 'no effect' when a large, real effect exists.
182.99
F_Welch(2,7.12)
<.001
p (Welch)
3.14
F standard (misleading)
.080
p standard (n.s.)
🔴 Significant by Welch's ANOVA — F(2, 7.12) = 182.99, p < .001 — despite the misleading standard ANOVA (p = .080).
APA-7
Because Levene's test indicated unequal variances, F(2, 12) = 12.96, p = .001, a Welch's ANOVA was conducted. There was a significant effect of course format on exam scores, F(2, 7.12) = 182.99, p < .001. (The standard ANOVA alone would have misleadingly suggested no effect, F(2, 12) = 3.14, p = .080.)