Skip to content

repeated measures ANOVA - among group differences

2 messages · Michael Lawrence

#
If Month is nested within Quadrat I think you want:
aov(ProportioninTreatment ~ Treatment*Month +Error(Quadrat/Month), RM)

If Treatment is also nested within Quadrat, you want:
aov(ProportioninTreatment ~ Treatment*Month
+Error(Quadrat/(Treatment*Month)), RM)


On Wed, Apr 1, 2009 at 12:42 AM, Jessica L Hite/hitejl/O/VCU
<hitejl at vcu.edu> wrote:

  
    
#
Hm, it seems I possibly used the technical term "nested"
inappropriately in my response. I meant:

"If Month is a repeated measure within each Quadrat..."
and
"If Treatment is also a repeated measure within each Quadrat..."
On Wed, Apr 1, 2009 at 8:21 AM, Mike Lawrence <Mike.Lawrence at dal.ca> wrote: