⏳ Loading example…
🧪
Assumption Check
Levene's Test for Equality of Variances
Test the homogeneity-of-variance assumption before an independent t-test using novice vs. expert typist reaction times. Levene's test as an ANOVA run on absolute deviations.
📊 F(1,12) = 12.67, p = .004 → variances unequal
Step-by-step solution
🧪 29 · Levene's Test for Equality of Variances
Checking Equal Variances Before an Independent-Samples t-test
Assumption Check
Research Question:
Before comparing reaction times between novice (n=7) and expert (n=7) typists with an independent-samples t-test, is it reasonable to assume the two groups have equal variances?
| Novice (ms) | Expert (ms) |
|---|---|
| 812 | 430 |
| 940 | 465 |
| 705 | 410 |
| 1050 | 455 |
| 880 | 398 |
| 690 | 448 |
| 965 | 421 |
Levene's test (using deviations from each group's mean)
-
1Group means and spread: Experts are not only faster on average but far more consistent — their SD is roughly 1/5 of the novices'.
-
2Transform to absolute deviations from each group's own mean (z), then run a one-way ANOVA on z: This is exactly what Levene's test is: a one-way ANOVA performed on the absolute deviations instead of the raw scores.
-
3F:
-
4Decision rule: p = .004 < .05 → reject the null of equal variances → the equal-variance assumption for a standard (pooled) t-test is violated. Report the Welch t-test instead — which MindStat runs unconditionally for every independent-samples comparison, precisely so this decision never has to gate the test manually.
12.67
F(1,12)
.0039
p
134.8 / 24.6
SD ratio
🔴 Variances significantly unequal — F(1,12) = 12.67, p = .004. Use Welch's t-test, not the pooled t-test.
APA-7
A Levene's test indicated that the assumption of homogeneity of variance was violated, F(1, 12) = 12.67, p = .004; a Welch's t-test was therefore used for the group comparison.