search for: expno

Displaying 1 result from an estimated 1 matches for "expno".

Did you mean: ex_no
2005 Sep 09
2
Discrepancy between R and SPSS in 2-way, repeated measures ANOVA
...1 473 473 0.175 0.681 COND*TIME 3 975 325 0.120 0.947 Error 16 43219 2701 By contrast, using the following R command: summary(aov(SIGNAL~(COND+TIME+COND*TIME)+Error(EXPNO/COND), Type="III")) the output was as follows: Df Sum Sq Mean Sq F value Pr(>F) COND 3 26516 8839 3.2517 0.03651 * TIME 1 473 473 0.1739 0.67986 COND:TIME 3 975...