Skip to content

grasshoppers and mixed models

1 message · Ben Bolker

#
Frank Dziock wrote:
If your means are fairly low (values <5 per sample much of the time)
then PQL is biased -- you should probably bite the bullet and use
(g)lmer in the lme4 package (or glmmML, or glmmADMB ...)
That should be OK.  "skiing" (which is missing in your model above)
describes the overall effect of skiing on expected grasshoppers, while
BLOCK describes the variation within AREAs.  However, you may have
a technical problem in that you seem to have a single observation per
block -- that means that you can't separate "residual" variation from
"within-AREA" variation.  In principle this might still be OK since
you are using a GLMM where the expected variation is fixed (i.e., it
should be equal to the expected mean, anything extra must be
within-AREA/between-BLOCK variation), but you may run into fitting
troubles.
The nested design and the overfitting/model selection problems are
separate issues. I'd recommend Frank Harrell's book on model reduction
strategies.  Your model selection is definitely problematic -- expecting
to sort out 3 response shapes (lin/quad/logarithmic) * 15 variables
from a data set with 82 total samples seems highly problematic.

  Ecological analysis problems that combine multivariate structure
with non-normality and block structure are quite challenging.
Non-normal+block = GLMM, moderately challenging;
Multivariate = ordination techniques (see vegan)
Multivariate+non-normal = ordination techniques with randomization to
   establish confidence bounds/significance
Multivariate+non-normal+blocks = ? (constrained randomization)?

  I haven't yet looked at Zuur et al's books ( http://www.highstat.com/
) but probably should.  Although I don't know if I will agree with them
or not.

   cheers
    Ben Bolker