Displaying 1 result from an estimated 1 matches for "aov8".
Did you mean:
aov
2006 Jan 18
3
linear contrasts with anova
...2 2 2 19.0
24 2 2 2 21.0
------------------- selecting the contrast levels-----------------------
> ar$C1 <- C(ar$C1, c(1,0,-1), how.many = 1)
> ar$C2 <- C(ar$C2, c(1,-1,0), how.many = 1)
------------------- contrast analysis of C2 -----------------------
> r.aov8 <-aov(DIP ~ C2 + GROUP , data = ar)
> anova(r.aov8)
Analysis of Variance Table
Response: DIP
Df Sum Sq Mean Sq F value Pr(>F)
C2 1 2.10 2.10 0.2622 0.614
GROUP 1 917.00 917.00 114.3460 5.915e-10 ***
Residuals 21 168.41 8.02...