Generalized linear mixed models provide a broad range of models for the analysis of grouped data, since the differences between groups can be modelled as a random effect. These models are useful in the analysis of many kinds of data, including longitudinal data.[4]
Model
Generalized linear mixed models are generally defined such that, conditioned on the random effects , the dependent variable is distributed according to the exponential family
with its expectation
related to the linear predictor via a link function
:
.
Here and are the fixed effects design matrix, and fixed effects respectively; and are the random effects design matrix and random effects respectively. To understand this very brief definition you will first need to understand the definition of a generalized linear model and of a mixed model.
has no general closed form, and integrating over the random effects is usually extremely computationally intensive. In addition to numerically approximating this integral(e.g. via Gauss–Hermite quadrature), methods motivated by Laplace approximation have been proposed.[6] For example, the penalized quasi-likelihood method, which essentially involves repeatedly fitting (i.e. doubly iterative) a weighted normal mixed model with a working variate,[7] is implemented by various commercial and open source statistical programs.
Fitting a model
Fitting generalized linear mixed models via maximum likelihood (as via the Akaike information criterion (AIC)) involves integrating over the random effects. In general, those integrals cannot be expressed in analytical form. Various approximate methods have been developed, but none has good properties for all possible models and data sets (e.g. ungrouped binary data are particularly problematic). For this reason, methods involving numerical quadrature or Markov chain Monte Carlo have increased in use, as increasing computing power and advances in methods have made them more practical.
The Akaike information criterion is a common criterion for model selection. Estimates of the Akaike information criterion for generalized linear mixed models based on certain exponential family distributions have recently been obtained.[8]
Software
Several contributed packages in R provide functionality for generalized linear mixed models,[9][10] including lme4[11] and glmm.[12]
Generalized linear mixed models can be fitted using SAS and SPSS[13]
MATLAB also provides a fitglme function to fit generalized linear mixed model models.
The PythonStatsmodels package supports binomial and poisson implementations.[14]
The Julia package MixedModels.jl provides a function called GeneralizedLinearMixedModel that fits a generalized linear mixed model to provided data.[15]
DHARMa: residual diagnostics for hierarchical (multi-level/mixed) regression models (utk.edu)[16]
^Pawitan, Yudi. In All Likelihood: Statistical Modelling and Inference Using Likelihood (Paperbackition ed.). OUP Oxford. p. 459. ISBN978-0199671229.
^Breslow, N. E.; Clayton, D. G. (20 December 2012). "Approximate Inference in Generalized Linear Mixed Models". Journal of the American Statistical Association. 88 (421): 9–25. doi:10.1080/01621459.1993.10594284.
^Wolfinger, Russ; O'connell, Michael (December 1993). "Generalized linear mixed models a pseudo-likelihood approach". Journal of Statistical Computation and Simulation. 48 (3–4): 233–243. doi:10.1080/00949659308811554.