Generalized Linear Mixed Model (GLMM)¶
Definition
AI-generated
A generalized linear mixed model extends a generalized linear model by adding random effects, allowing non-Gaussian outcomes such as binary or count traits while still modeling correlation among observations.
Why it matters in GWAS¶
Logistic GLMMs are a standard choice for large binary-trait association studies when ordinary regression is poorly calibrated because of related samples, population structure, or case-control imbalance. Methods such as SAIGE build directly on this framework.
Example usage¶
"Binary-trait association was fit with a logistic GLMM using a sparse GRM and covariates for age, sex, and ancestry PCs."
Related terms¶
References¶
- Breslow NE, Clayton DG. (1993). Approximate inference in generalized linear mixed models. J Am Stat Assoc. https://doi.org/10.1080/01621459.1993.10594284
- Zhou W, et al. (2018). Efficiently controlling for case-control imbalance and sample relatedness in large-scale genetic association studies. Nat Genet. https://doi.org/10.1038/s41588-018-0184-y
Last updated (UTC · Git history)