[R] Strange Problem with "proj" and "aov" for split-plot analysis output

rab rab at nauticom.net
Thu Aug 5 06:46:02 CEST 2004


Ulrich Leopold wrote:

>># split-plot analysis - using "aov" with argument "data"
>> > summary(aov.split.04 <- 
>>aov(ctime~brand*type+Error(subject),data=choco.split.04))
>>    
>>
>
>As far as I can see, maybe you should not use the redirect command in
>this case and skip the 'data' argument then it should work:
>
>summary(aov(ctime~brand*type+Error(subject)))
>
>else the results from 'aov(..)' are just redirected to aov.split.04 but
>not passed to standard output for 'summary(...)'. And it probably does
>not have a data argument?
>
>Maybe someone else could explain why?
>
>Ulrich
>
>
>  
>
I don't believe the redirect has anything to do with it. I get the same 
result even without the redirect.

Rick B.




More information about the R-help mailing list