Skip to content
Prev 3582 / 7420 Next

adonis and temporal changes

Valerie,

If I understand your design correctly, you're doing a repeated measures
analysis, in which isolation is a between-subjects (I.e., between-sites)
effect. Year and the year x isolation interaction are within-subjects
effects. Because repeated measurements on composition are being taken on
the same site in three years, you use strata to restrict the permutation
within each site as if site were were a random block containing the
different years of measurement. Accordingly, there should be two error
terms: site(isolation) to test the isolation main effect, and the
site*year(isolation), which in this case is equivalent to the residual
error, which is the appropriate error term for testing the year effect and
the year x isolation interaction. The test for isolation is wrong because
adonis cannot use more than one error term to test effect and thus is
using the residual error to test all effects. It should use the
site(isolation) term to test the isolation effect, but it does not. Using
the residual error to test the isolation effect amounts to
pseudoreplication. It assumes that the three measurements of composition
in different years on the same site are independent observations. They are
not. Often, however, people are not interested in the between-subjects
effects (in this case, the main effect of isolation). Rather they are
interested in the interaction with time (in this case, isolation x year).

I don't see that you are justified in pooling any term with the error term
just because it is not significant. Again, the problem is
pseudoreplication. You're treating correlated observations as if they were
independent observations. Pooling the isolation x year interaction with
the residual error term artificially inflates your error df even more.

I'm afraid I don't know R well enough to explain how to analyze the
covariate. 


J. Stephen Brewer 
Professor 
Department of Biology
PO Box 1848
 University of Mississippi
University, Mississippi 38677-1848
 Brewer web page - http://home.olemiss.edu/~jbrewer/
FAX - 662-915-5144
Phone - 662-915-1077
On 2/18/13 1:49 PM, "v_coudrain at voila.fr" <v_coudrain at voila.fr> wrote: