Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Statistics›Generalized Linear Model (GLM)
Regression modelRegression / GLM

Generalized Linear Model (GLM)

Generalized Linear Model · Also known as: GLM, generalized regression, exponential family regression, link-function model

The Generalized Linear Model is a unified regression framework that extends ordinary linear regression to outcomes from the exponential family — including binary, count, proportion, and continuous positive outcomes. A link function connects the linear predictor to the mean of the response, enabling principled modelling beyond the Gaussian case.

ScholarGate
  1. Regression model
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Generalized Linear Model
Generalized Additive Mod…Logistic RegressionNegative Binomial Regres…OLS RegressionOrdinal Logistic Regress…Poisson RegressionBayesian Generalized Lin…Hierarchical Linear ModelMixed Effects ModelRobust Generalized linea…

+5 more

When to use it

Use GLM whenever the outcome variable is not continuous and unbounded: binary outcomes (logistic GLM), event counts (Poisson or negative-binomial GLM), proportions constrained to [0,1] (binomial with logit/probit), or strictly positive continuous data with right-skew (Gamma or inverse-Gaussian GLM). GLM is appropriate when the relationship between predictors and the mean response is best captured on a transformed scale and when the variance-mean relationship follows the chosen family. Prefer OLS only when the Gaussian assumption is defensible. Do not use a single GLM when the data have clustered or hierarchical structure (use mixed-effects extensions) or when the number of events is very small relative to the number of predictors.

Strengths & limitations

Strengths
  • Unifies many regression models — logistic, Poisson, Gamma, and others — under one coherent framework with shared theory and software.
  • The link function and distributional assumption are chosen to match the outcome type, giving better-calibrated predictions and more valid standard errors than OLS on non-Gaussian data.
  • Maximum-likelihood estimation provides well-characterised asymptotic inference (Wald, likelihood-ratio, and score tests).
  • Model fit is assessed through deviance and AIC, enabling principled model comparison and selection.
  • Coefficients on the link scale have straightforward interpretations (e.g., log-odds ratios for logistic, rate ratios for Poisson).
  • Computationally efficient via IRLS and available in every major statistical package.
Limitations
  • Requires the user to correctly specify both the distribution family and the link function; misspecification can bias inference.
  • Standard GLM assumes independence of observations and does not accommodate clustered, repeated-measures, or hierarchical data without extensions (GEE or mixed-effects GLM).
  • Maximum-likelihood standard errors rely on asymptotic theory and may be unreliable with small samples or rare events.
  • Does not automatically handle overdispersion in count data (Poisson family); a negative-binomial or quasi-Poisson model is then preferable.
  • Non-linear link functions make raw coefficients less immediately intuitive than OLS slopes; marginal effects or back-transformation is often required for communication.

Frequently asked

What is the difference between GLM and OLS?

OLS is the special case of GLM with a Gaussian (normal) distribution and an identity link. GLM generalises this by allowing other exponential-family distributions and link functions, making it suitable for binary, count, and other non-Gaussian outcomes where OLS assumptions are violated.

How do I choose the right family and link function?

Match the family to the data-generating process: Binomial for binary or proportion outcomes, Poisson or negative-binomial for counts, Gamma for strictly positive continuous data with right skew, and Gaussian for symmetric continuous outcomes. The canonical link (logit, log, inverse, identity) is the default and usually best, but alternatives such as log or identity links on the Binomial are valid when estimating risk or prevalence ratios.

What is deviance in a GLM?

Deviance measures how much the fitted model's log-likelihood falls short of the saturated (perfect-fit) model's log-likelihood, scaled by two: D = 2(ℓ_sat − ℓ_fitted). Smaller deviance means better fit. The difference in deviance between nested models follows a chi-squared distribution and is used for likelihood-ratio tests.

What is overdispersion and how do I handle it?

Overdispersion occurs when the observed variance in count or proportion data exceeds what the assumed distribution predicts — common with Poisson models for heterogeneous populations. Remedies include switching to a negative-binomial family, using quasi-likelihood with a dispersion parameter, or fitting a zero-inflated model if excess zeros are present.

Can GLM handle longitudinal or clustered data?

Standard GLM assumes independent observations and is not appropriate for clustered or repeated-measures data without modification. The two main extensions are Generalized Estimating Equations (GEE), which targets population-averaged effects, and mixed-effects GLM (GLMM), which models subject-specific random effects.

Sources

  1. Nelder, J. A., & Wedderburn, R. W. M. (1972). Generalized linear models. Journal of the Royal Statistical Society: Series A (General), 135(3), 370–384. DOI: 10.2307/2344614 ↗
  2. McCullagh, P., & Nelder, J. A. (1989). Generalized Linear Models (2nd ed.). Chapman and Hall/CRC. ISBN: 978-0412317606

How to cite this page

ScholarGate. (2026, June 3). Generalized Linear Model. ScholarGate. https://scholargate.app/en/statistics/generalized-linear-model

Related methods

Generalized Additive ModelLogistic RegressionNegative Binomial RegressionOLS RegressionOrdinal Logistic RegressionPoisson Regression

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Generalized Additive ModelMachine learning↔ compare
  • Logistic RegressionResearch Statistics↔ compare
  • Negative Binomial RegressionEconometrics↔ compare
  • OLS RegressionEconometrics↔ compare
  • Ordinal Logistic RegressionStatistics↔ compare
  • Poisson RegressionEconometrics↔ compare
Compare side by side →

Referenced by

Bayesian Generalized Linear ModelHierarchical Linear ModelMixed Effects ModelOrdinal Logistic RegressionRobust Generalized linear modelRobust Multinomial Logistic RegressionRobust Negative Binomial RegressionRobust Poisson RegressionRobust Probit ModelZero-inflated model

Similar methods

Bayesian Generalized Linear ModelPoisson RegressionGamma RegressionNegative Binomial RegressionPoisson Rate RegressionRobust Generalized linear modelBayesian Poisson RegressionLogistic Regression

Related reference concepts

Logistic RegressionBinomial and Poisson DistributionsLogistic DiscriminationRegression and CorrelationMaximum Likelihood EstimationCox Regression Models

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Generalized Linear Model (Generalized Linear Model). Retrieved 2026-07-20 from https://scholargate.app/en/statistics/generalized-linear-model · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
John A. Nelder & Robert W. M. Wedderburn
Year
1972
Type
Regression framework
DataType
Continuous, binary, count, proportion, or other exponential-family outcomes
Subfamily
Regression / GLM
Related methods
Generalized Additive ModelLogistic RegressionNegative Binomial RegressionOLS RegressionOrdinal Logistic RegressionPoisson Regression
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account