Skip to content
Prev 8682 / 20628 Next

lme4 - GLMM dispersion parameter?

Liam Crowther (BIO <L.Crowther at ...> writes:
It may work for now but it's ugly and maybe eventually problematic to use
bees$ inside the formula:

hy25<-glmer(Bh~DATE+X250PCURB+X250PCOSR+X250PCWOO+(1|TRANSECT), 
  data = bees, family =poisson)

 would be clearer.

[snip]
Don't quite understand the question.  Poisson models don't
have dispersion parameters.  Do you want to extract the random-effects
variances and covariances (?VarCorr) ? Compute an estimate
of overdispersion (sum(residuals(model,type="pearson")^2), and
and see http://glmm.wikidot.com/faq ?

  Ben Bolker