Readablewiki

Generalized linear mixed model

Content sourced from Wikipedia, licensed under CC BY-SA 3.0.

Generalized linear mixed models (GLMMs) extend generalized linear models by adding random effects to the usual fixed effects. They are useful for analyzing grouped data and non-normal outcomes, such as measurements taken over time on the same subjects.

In a GLMM, after conditioning on the random effects u, the response y follows a distribution from the exponential family. Its mean relates to the linear predictor Xβ + Zu through a link function g. Here Xβ contains the fixed effects, and Zu represents the random effects. A common special case is when the random effects u are normally distributed.

The full likelihood for GLMMs is difficult to compute because it requires integrating over the random effects; there is generally no closed-form solution, making estimation computationally intensive.

To fit GLMMs, researchers use approximations and numerical methods such as Gauss–Hermite quadrature, Laplace approximation, or penalized quasi-likelihood, and often employ maximum likelihood estimation. Model selection frequently uses the Akaike information criterion (AIC). Recent work has extended AIC calculations to GLMMs for certain distributions.


This page was last edited on 3 February 2026, at 00:03 (CET).