Skip to content
Prev 255608 / 398502 Next

Unbalanced Anova: What is the best approach?

On Apr 3, 2011, at 09:24 , Krishna Kirti Das wrote:

            
Actually, without random effects, aov() is not too crazy, but you might as well use plain lm(). In both cases, the main point is that you need to be aware that there is no such thing as "the" ANOVA table: Sums of squares will depend on the order of testing, and there is nothing to do about that (except getting balanced data).

Pragmatically, I'd test the three-factor interaction, then use drop1() on a model with two-factor interactions, if nothing glaringly obvious pops up, try reduction to additive model and then use drop1() again. Obviously, if significant interactions appear, you cannot just remove them and need to investigate what they mean.