Wolfinger-O'Connell (1993) Generalized Linear Mixed Models: A Pseudo-Likelihood Approach

glmmpseudo-likelihoodrandom-effectsremlquasi-likelihoodcovariance-structureoverdispersionlinearizationlongitudinal-data

Summary

Wolfinger and O'Connell develop the pseudo-likelihood (PL) method for fitting generalized linear mixed models — GLMs extended with random effects and/or correlated errors. The idea is to linearize the model (a first-order Taylor expansion of the link function) into a "modified dependent variable," then fit a weighted Gaussian linear mixed model to it, iterating between updating that working response and estimating the variance components by (restricted) maximum likelihood. This turns GLMM fitting into repeated calls to standard linear-mixed-model machinery, allows flexible covariance structures for both random effects and residual errors, optionally estimates an extra dispersion parameter, and supports both subject-specific and population-averaged inference. It is the estimation engine behind SAS's GLMM procedures.

Key Claims

Concepts Introduced or Extended

Entities Mentioned

Quotes

"A pseudo-likelihood estimation procedure is developed to fit this class of mixed models based on an approximate marginal model for the mean response ... implemented via iterated fitting of a weighted Gaussian linear mixed model to a modified dependent variable."

"The method allows for subject-specific and population-averaged inference."

My Take

This is the SAS/GLIMMIX sibling of Breslow-Clayton's penalized quasi-likelihood and the multilevel world's PQL: the same core trick — linearize the link into a working response and hand the problem to a linear-mixed-model solver — but framed so that any structured covariance (R-side correlated errors as well as G-side random effects) drops in for free, which is exactly what longitudinal and spatial applications need. Its practical importance is enormous (it is how a generation of applied statisticians actually fit GLMMs), and its practical limitation is the one the wiki's GLMM page already flags for PQL: because it works off a Gaussian approximation to the conditional likelihood, it is biased for sparse binary/clustered data (the salamander data is the standing warning), which is what later motivates adaptive Gauss-Hermite quadrature, Laplace/INLA, and full MCMC. Read it as the definitional statement of the pseudo-likelihood approach — flexible, fast, and approximate — and the point where "fit a GLMM" became routine software rather than a research project.