Displaying 1 result from an estimated 1 matches for "lmen1".
Did you mean:
len1
2009 Apr 22
2
Exporting objects plotted with plot3d() - rgl package
...between-within anova:
> aovn1 <- aov(amplitude ~ stereo*site*stimulus +
> Error(subject/(site*stimulus)), stereon1)
>
> This works fine. BUT I need to do Tukey HSD multiple comparisons, and
> the aov() approach won't work. So I am trying the method posted on
> r-help:
> lmen1 <- lme(amplitude ~ stereo*site*stimulus, random =
> ~1|subject/(site*stimulus), stereon1)
>
> This doesn't work:
>
>> lmen1 <- lme(amplitude ~ stereo*site*stimulus, random = ~1|subject/(site*stimulus), stereon1)
>>
> Error in getGroups.data.frame(dataMix...