Skip to content

Repeated measures ANOVA using lmer, nlme, and geepack

1 message · Gabor Grothendieck

#
On Thu, Jul 28, 2011 at 12:01 PM, Paul Miller <pjmiller_57 at yahoo.com> wrote:
REPEATED in SAS refers to a structured error term, not to mixed
effects, so use gls (in nlme) instead of lme.  Also Type III is not
invariant to coding so try contr.sum or contr.SAS (and this also
implies you may need to omit the relevel lines above).