Skip to content
Prev 300873 / 398503 Next

car::Anova - Can it be used for ANCOVA with repeated-measures factors.

Dear Henrik,

The within-subjects contrasts are constructed by Anova() to be orthogonal in the row-basis of the design, so you should be able to safely ignore the effects in which (for some reason that escapes me) you are uninterested. This would also be true (except for the estimated error) for the between-subjects design if you used "type-II" tests. It's true that the "type-III" between-subjects tests will be affected by the presence of an interaction, but for these tests to make sense at all, you have to formulate the model very carefully. For example, your type-III test for the "main effect" of treatment with the interaction in the model is for the treatment effect at age 0. Does that really make sense to you? Indeed, the type-III tests for the ANOVA (not ANCOVA) model only make sense because I was careful to use contrasts for the between-subjects factors that are orthogonal in the basis of the design:

 > contrasts(OBrienKaiser$treatment)
        [,1] [,2]
control   -2    0
A          1   -1
B          1    1
[,1]
F    1
M   -1

Best,
 John

On Sun, 22 Jul 2012 22:06:58 +0200
Henrik Singmann <henrik.singmann at psychologie.uni-freiburg.de> wrote: