Displaying 1 result from an estimated 1 matches for "proportionintreat".
2009 Apr 01
2
repeated measures ANOVA - among group differences
...unning the analysis in R - with the code below, however, there
is no output for the among group variation...this is an important component
- any ideas on how to solve this problem?
I have included code and sample data below.
Many thanks in advance for help and suggestions.
J
both.aov <- aov(ProportioninTreatment ~ factor(Treatment)*factor(Month) +
Error(factor(Quadrat)), RM)
Error: factor(id)
Df Sum Sq Mean Sq F value Pr(>F)
Residuals 3 0.51619 0.17206 #####why only partial output
here? #######
Error: Within
Df Sum Sq Mean Sq F value Pr(>F)
factor(...