Skip to content
Prev 3650 / 7420 Next

Adonis and Random Effects

Hi Steve and R list,

I was hoping you could clarify something you mentioned in previous post.

A quick recap...  I have a split-plot design where I determined the microbial communities at 3 grasslands (see post script for design).  I am trying quantify the how much of my community can be explained by Treatment or Grassland effect.  After talking with a statistician, it seems like treating Grassland as a Fixed effect would be reasonable (because I have such a small number of grasslands).

You mentioned that if I treat Grassland as a Fixed effect, and use the following formula, the Grassland effect would not be tested correctly:

adonis(formula = community_distance_matrix ~ Treatment*Grassland + GrasslandPlot, strata = GrasslandPlot)

Why is this?  Is there any way to remedy this?  

Thanks for your feedback,
Erin


Experimental design:
4 split plots * 2 Treatments * 3 Grasslands = 24 observations
Treatment: 2 levels (each within 1 split plot)
Grassland: 3 levels
GrasslandPlot: 12 levels (4 split plots nested in 3 Grasslands)
On Feb 4, 2013, at 6:22 AM, Steve Brewer wrote: