Skip to content
Prev 7346 / 20628 Next

family for random coefficients in glmmADMB?

Joshua Wiley <jwiley.psych at ...> writes:
I think it depends on whether you focus on ch 12 of Agresti (which
is about classical GLMMs) or ch 13 (which is about other kinds of mixture
models).  One possible confusion is that negative binomial models are
right at the edge of what one can define as GLMMs, because the NB
with unspecified overdispersion parameter (k) is not in the exponential
family -- NB models like those in MASS::glm.nb() use an outer loop
over possible values.  The NB mixed models that glmmADMB fits are
a bit of a hybrid -- one can think of them as models with Poisson
responses that use Gamma-distributed random effects at the
among-individual level, and log-normal distributed random effects
at all of the other levels.

   Ben