Skip to content
Prev 7019 / 20628 Next

Very large HPDintervals, mcmcsamp, lmer

Colin Wahl <biowahl at ...> writes:
Sorry for all the snippage, but: since you have two riparian
sites per stream, can you try something much simpler and reduce
this to a series of paired t-tests and 1-way ANOVAs?

  You say you have 24 sites, divided into 12 streams and
two riparian sites per stream.  It sounds like streams are
nested within watersheds, so you have (an average of) 3 streams
per watershed/land use type (cultivated, D, F, G).

  If you average the two sites per stream you can do a
one-way ANOVA on the effect of land use type.

  You can do a paired t-test on riparian types within streams.

  If you take the differences within streams you can do a one-way
ANOVA on the differences across land use types to test the
interaction between land use type and riparian type.

  Modern mixed models are great but sometimes there is a simpler
and less error-prone way to do the job ...