Displaying 1 result from an estimated 1 matches for "tp19178239p19180027".
2008 Aug 27
2
random error with lme for repeated measures anova
Hi,
what is the appropriate syntax to get the random error correct when
performing repeated measures anova with 'lme'.
let's say i have 3 independent variables, with 'aov', i would write
something like: aov(dep_var~(indep_var1*indep_var2*indep_var3) +
Error(subject/(indep_var1*indep_var2*indep_var3)).
With 'lme' however, i can't find the right formula. i tried