Skip to content
Prev 7827 / 20628 Next

[ADMB Users] Anova table for glmm.admb objects

A couple of things.

  (1) can you update.packages() or re-install R2admb and see if that
helps with the R2admb/dat_write problem?

  (2) I would like to recant the Bolker et al decision tree somewhat.
At the time I wrote it, I was somewhat confused (!!!!) about the
distinction between the two difficulties with inference in the GLMM
situation.

  * model comparisons are better than curvature-based approaches
  * approaches that allow for finite-sample effects are better than
asymptotic approaches
  * there are two different kinds of finite size issues, one applying
more to LMMs (the residual variance parameter used to scale the
likelihood is estimated with uncertainty, hence we get an F statistic
for the null hypothesis) and the other to GLM(M)s (the 'numerator' of
the likelihood itself is only asymptotically normal)  -- this is
detailed a little more carefully at http://glmm.wikidot.com/faq (search
for "degrees of freedom"

  When we wrote the TREE paper I thought it might be OK to use the
classical experimental design 'denominator df' to correct for
finite-size samples, but I'm no longer sure this is a good idea.  In any
case, car::Anova(glmerfit) gives Wald *CHI-SQUARE* tests (not F tests),
so there's no advantage over drop1() except for computational speed.

  Hope that helps.

  Ben Bolker
On 12-03-27 12:29 PM, Thomas Merkling wrote: