Three-Way Mixed ANOVA BBW (2 between × 1 within)
Coming soonRepeat / Within
This test is implemented and is currently going through StatMinds’ production verification: every statistic is independently checked against a trusted reference (scipy / R), locked with regression tests, and the screen is exercised across assumption-met/violated and significant/non-significant scenarios before it opens up.
See what’s live nowSplit-plot factorial ANOVA with two between-subjects factors (e.g., Sex × Treatment) and one within-subjects factor (e.g., Time).
Each participant is in ONE cell of the between-subjects grid AND measured at ALL levels of the within-factor. Tests SEVEN F-tests: three main effects, three two-way interactions, and the three-way interaction — all with the correct split-plot error terms (subjects-within-cells for between effects, within-subjects residual for within-involving effects). Auto-applies Greenhouse-Geisser / Huynh-Feldt corrections when Mauchly sphericity is violated.
Worked example
Two between-subjects factors and one within factor — how do they combine?
A three-way mixed ANOVA (between-between-within) tests two grouping factors and one repeated factor plus their interactions.
A significant three-way interaction, F(2, 84) = 3.7, p = .029, showed the repeated-measure change depended on both grouping factors.
A three-way mixed (BBW) ANOVA showed a significant three-way interaction, F(2, 84) = 3.7, p = .029.
When to use it
- Treatment × demographic × time (longitudinal RCT)A 12-week RCT randomises 80 patients to CBT or Medication (between-1) and stratifies by Sex (M/F, between-2).
- Intervention × severity × session (educational / clinical)An education researcher tests three reading-tutoring interventions (CBT-based / Phonics-based / Control, between-1) across two student-severity tiers (Mild Difficulty / Severe Diff
When NOT to — use instead
- All three factors between-subjectsEach subject in only ONE cell of all three factors → use a true three-way ANOVA, not BBW mixed. → Three-Way ANOVA (A \u00d7 B \u00d7 C)
- 1 between × 2 within (BWW)Two within-subjects factors → use the BWW variant of three-way mixed ANOVA. → Three-Way Mixed ANOVA BWW (1 between \u00d7 2 within)
- All three factors within-subjectsEach subject measured at every level of all three factors → use three-way RM-ANOVA. → Three-Way RM-ANOVA (3 within factors)
- Missing within-cells (some subjects miss measurements)BBW requires complete cases per subject. → Linear Mixed Effects (LMM) \u2014 clustered / repeated data (ICC, BLUPs)
Hypotheses
Parameter tested: set of cell means {μ_{ijk}} and their marginal / interaction decomposition
Assumptions (and what to do if they fail)
Check: Inspect per-cell boxplots; flag points beyond the whiskers.
If violated: Outliers in a cell can inflate within-cell variance and distort the F-tests.
Check: Shapiro-Wilk on residuals.
If violated: Severely non-normal residuals threaten the F-test's Type I error rate.
Check: Levene's p > .05 at every within-level → homogeneity met.
If violated: Unequal between-cell variances at some within-levels inflate F-test Type I error.
Check: Mauchly's test on the within-factor; non-significant → sphericity met.
If violated: When sphericity is violated, every within-involving F-test has inflated Type I error.
Ready to run a Three-Way Mixed ANOVA BBW (2 between × 1 within) on your own data?
Guided setup, automatic assumption checks, effect sizes, figures and an APA write-up.
Run this test →