Displaying 1 result from an estimated 1 matches for "avba".
Did you mean:
avb
2003 Sep 20
1
factorial design
...341,418,318)
A<-factor(rep(c(0,1),c(24,24)))
B<-factor(rep(c(0,1,0,1),c(12,12,12,12)))
C<-factor(rep(c(rep(0:3,each=3)),times=4))
av <- aov(Y ~ A + B + A*B + C + A*C + B*C + A*B*C )
summary(av)
avAB <- aov(Y ~ A/B)
summary (avAB, split=list("A:B"=list(A1=1, A2=2)))
avBA <- aov(Y ~ B/A)
summary (avBA, split=list("B:A"=list(B1=1, B2=2)))
Thanks
Cecilia
[[alternative HTML version deleted]]