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›Robust Poisson Regression
Regression modelRegression / GLM

Robust Poisson Regression

Robust Poisson Regression with Sandwich Variance Estimator · Also known as: modified Poisson regression, Poisson regression with robust standard errors, log-binomial alternative, sandwich-variance Poisson

Robust Poisson regression fits a Poisson log-linear model to a binary outcome but replaces the model-based variance with the empirical sandwich estimator. This yields valid standard errors and risk ratios even though Poisson variance assumptions are technically violated for binary data. The approach, popularized by Zou (2004), is widely used in epidemiology as a numerically stable alternative to log-binomial regression.

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.

Robust Poisson Regression
Generalized Linear ModelLogistic RegressionNegative Binomial Regres…Poisson RegressionRobust RegressionRobust Generalized linea…Robust Negative Binomial…Robust Zero-Inflated Mod…Zero-inflated model

When to use it

Use robust Poisson regression when you have a binary outcome, want risk ratios rather than odds ratios, and log-binomial regression has failed to converge — which happens often when predictors are continuous or the outcome is common (prevalence > 10%). It is well suited to cross-sectional studies and prospective cohort studies with complete follow-up. Do not use it when the outcome is genuinely a count of events per unit time (use standard Poisson or negative binomial instead), or when the outcome is very rare (< 5%), where logistic odds ratios closely approximate risk ratios anyway. Avoid it when the log link predicts probabilities outside [0,1] for large portions of the data — check fitted values after estimation.

Strengths & limitations

Strengths
  • Produces directly interpretable risk ratios (relative risks) rather than odds ratios.
  • Numerically more stable than log-binomial regression; IRLS rarely fails to converge.
  • Sandwich variance estimator is robust to misspecification of the error distribution.
  • Widely accepted in epidemiology and public health — results are understood by clinical audiences.
  • Extends naturally to clustered or longitudinal data using GEE with a Poisson family and robust standard errors.
Limitations
  • Deliberately misspecifies the likelihood, so likelihood-ratio tests and AIC are not meaningful; use Wald tests with sandwich standard errors instead.
  • Fitted probabilities can exceed 1 for extreme covariate patterns, indicating model instability in those regions.
  • Less efficient than a correctly specified model when binary data truly follow a log-binomial distribution.

Frequently asked

Why not just use logistic regression and convert odds ratios to risk ratios?

Conversion formulas exist but require knowing the baseline risk and introduce additional uncertainty. When the outcome is common (prevalence > 10%), odds ratios overestimate risk ratios substantially, making conversion unreliable. Robust Poisson gives risk ratios directly without approximation.

How do I request robust standard errors in practice?

In R, use glm() with family=poisson(link='log') then wrap with sandwich::vcovHC() or use the coeftest() function from the lmtest package. In Stata, add the vce(robust) option to the poisson command.

What if fitted probabilities exceed 1?

This signals that the log-linear model extrapolates beyond a valid probability range for those covariate combinations. Check the range of predicted values with fitted(model). If many exceed 1, consider log-binomial regression, logistic regression, or restricting the covariate range.

Can I use this method with clustered data?

Yes. Specify cluster-robust standard errors (clustered sandwich estimator) or use generalized estimating equations (GEE) with a Poisson family, log link, and working independence or exchangeable correlation structure, requesting robust standard errors.

Is robust Poisson appropriate for rare outcomes?

For rare outcomes (prevalence < 5%), the odds ratio approximates the risk ratio closely, so logistic regression is usually sufficient and avoids the misspecification concerns of robust Poisson. The method is most valuable when the outcome is common.

Sources

  1. Zou, G. (2004). A modified Poisson regression approach to prospective studies with binary data. American Journal of Epidemiology, 159(7), 702-706. DOI: 10.1093/aje/kwh090 ↗
  2. Zou, G. Y., & Donner, A. (2013). Extension of the modified Poisson regression model to prospective studies with binary data: why it is simpler than it sounds. Journal of Clinical Epidemiology, 66(9), 1023-1028. link ↗

How to cite this page

ScholarGate. (2026, June 3). Robust Poisson Regression with Sandwich Variance Estimator. ScholarGate. https://scholargate.app/en/statistics/robust-poisson-regression

Related methods

Generalized Linear ModelLogistic RegressionNegative Binomial RegressionPoisson RegressionRobust 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 Linear ModelStatistics↔ compare
  • Logistic RegressionResearch Statistics↔ compare
  • Negative Binomial RegressionEconometrics↔ compare
  • Poisson RegressionEconometrics↔ compare
  • Robust RegressionStatistics↔ compare
Compare side by side →

Referenced by

Robust Generalized linear modelRobust Negative Binomial RegressionRobust Zero-Inflated ModelZero-inflated model

Similar methods

Poisson Rate RegressionRobust Negative Binomial RegressionPoisson RegressionRobust Generalized linear modelBayesian Poisson RegressionRobust Zero-Inflated ModelGeneralized Linear ModelRobust Cox Regression

Related reference concepts

Logistic RegressionRisk Ratios and Odds Ratios: Computation and InterpretationBinomial and Poisson DistributionsCox Regression ModelsRelative RiskLogistic Discrimination

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

ScholarGate — Robust Poisson Regression (Robust Poisson Regression with Sandwich Variance Estimator). Retrieved 2026-07-21 from https://scholargate.app/en/statistics/robust-poisson-regression · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Guangyong Zou
Year
2004
Type
GLM with robust variance
DataType
Binary outcome, cross-sectional or prospective data
Subfamily
Regression / GLM
Related methods
Generalized Linear ModelLogistic RegressionNegative Binomial RegressionPoisson RegressionRobust 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