Generalised linear mixed-effects models (GLMMs)

Session-9

R-Peer-Group

What is a GLMM?

Some questions you might ask.

Table 1

Formula structures in lmer

model.names <- lmer(response ~ fixed.effects + (random.effects),
                    data, family, ...)

Some common random effect structures:

Model checking

Model simplification by AIC

AIC values in difference packages may not be directly comparable
due to differences in model fitting procedures (e.g. lme4 vs glmmADMB)

Note:

In the packages lme4 or nlme:

Use the package MuMln for automated model selection by AIC

What other options are there?

Both covered in Zuur et al., 2009

Resources