Hi R people,
In lme package, I'm searching to find equivalent formula of:
>aov(frt~consistency*length*context+Error(subject/(consistency*length*context),data=agE1B4)

I try this :
>lme(fixed=frt~consistency*length*context, random=~1|subject, data=agE1B4)
but I did not obtain same F value with anova().

Thanks in advance

Guillaume

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to