Greetings to all,

This is my model: aov.fit<-aov(Y~A+B+C+D+E+A:C+A:E)

In summary(aov.fit) all F values are comptuted by eg MS(A)/MS(Residuals). This 
is not correct (or what I want), except for F(B) and F(A:E). I suppose P values 
are not correct either.

Is it possible with aov to define the way F computations will be done? I 'd 
like them to be like this: F(A)=MS(A)/MS(E), F(C)=MS(C)/MS(E), 
F(D)=MS(D)/MS(E), F(E)=MS(E)/MS(A:E), F(A:C)=MS(A:C)/MS(A:E)

thanks
______________________________________________
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