Propensity Score Matching
Propensity Score Matching and Weighting · Also known as: PSM, propensity score weighting, covariate balance
Propensity score matching (PSM) is a method for reducing confounding bias in observational studies by balancing baseline characteristics between treatment groups, simulating randomization. Developed by Rosenbaum and Rubin (1983), it estimates the probability of receiving treatment given observed covariates, then matches or weights treated and control individuals with similar treatment probabilities. Widely used in medicine, epidemiology, and policy evaluation when randomized trials are infeasible or unethical, enabling estimation of treatment effects while controlling for selection bias.
Read the full method
Sign in with a free account to read this section.
Method map
The neighbourhood of related methods — select a node to explore.
+116 more
When to use it
Use propensity score matching when conducting observational studies and unable to randomize, but all confounders are measured. Medical research: evaluating treatment efficacy (surgery vs conservative care) comparing outcomes for matched treated/untreated patients with similar baseline risk. Policy evaluation: assessing program impact (e.g., vocational training on employment) comparing participants and matched nonparticipants. Epidemiology: estimating disease risk associated with exposure while controlling baseline characteristics. Prerequisite: must have collected sufficient baseline data on confounders before treatment assignment; unmeasured confounding (e.g., unmeasured disease severity) remains a threat.
Strengths & limitations
- Reduces confounding bias: by creating groups balanced on measured confounders, PSM mimics randomization for those variables, enabling causal inference.
- Interpretable: propensity score is a single scalar collapsing many covariates; transparent how covariate balance achieved.
- Flexible: works with binary or multiple treatments; extends to continuous treatments (generalized propensity score).
- Diagnostic: covariate balance assessment (SMD, love plots) provides clear evidence of bias reduction; imbalance visible before outcome analysis.
- Doubly robust: when combined with outcome regression, the estimator is consistent if either the propensity model or outcome model is correct (resilience to misspecification).
- Conditional independence assumption: valid only if all relevant confounders are measured. Unmeasured confounding (e.g., unmeasured disease severity, patient preference) remains a threat; PSM cannot detect or correct it.
- Inefficiency: matching reduces sample size (unmatched individuals discarded); matched analyses are less statistically powerful than unmatched regression.
- Limited overlap: if treated and untreated populations have very different covariate distributions, overlap region is small; estimates restricted to overlap region only.
- Model dependence: propensity score estimates depend on correct specification of logistic regression; misspecification (omitted interactions, nonlinear relationships) yields poor balance.
- Loss of information: one-to-one matching discards potentially informative unmatched individuals; many-to-one matching or weighting retain all data.
Frequently asked
What is the propensity score, and why does matching on it work?
The propensity score is the probability of receiving treatment given observed covariates, estimated via logistic regression: P(T=1|Covariates). Two individuals with the same propensity score have similar baseline characteristics (in expectation) even if treated differently. Matching on propensity scores creates comparable groups: in the matched sample, treatment status is independent of covariates (conditional independence achieved). This is equivalent to having made randomization at baseline, enabling causal inference. The propensity score is a scalar (one number per person), reducing matching from many dimensions to one (curse of dimensionality resolved).
What is the difference between propensity score matching and inverse probability of treatment weighting (IPTW)?
Propensity score matching: pairs treated individuals with untreated individuals having similar propensity scores; analyzes only matched pairs, discarding unmatched individuals. IPTW (inverse probability weighting): weights all individuals by inverse propensity scores (weight treated by 1/p, controls by 1/(1−p)), creating a pseudo-population where treatment is independent of covariates. IPTW retains all data, improving efficiency and power. Both achieve covariate balance; IPTW is statistically more efficient. Trade-off: IPTW can produce extreme weights if some individuals have very high or very low propensity scores, increasing variance; matching avoids this but loses data.
How do I assess covariate balance, and what is acceptable?
Calculate standardized mean difference (SMD) for each covariate: SMD = (mean_treated − mean_control) / pooled SD. SMD < 0.10 is generally accepted as 'balanced'; < 0.05 is excellent. Plot SMDs pre- and post-matching (love plot): before/after balance visible at a glance. Calculate SMD for all confounders; if any remain imbalanced (SMD > 0.10) after matching, consider: widening caliper (match more loosely), including interactions in propensity model, or using alternative methods (stratification, regression adjustment). Never judge balance by p-values (p-values are sample size-dependent); always examine SMD numerically and graphically.
Can propensity score matching address unmeasured confounding?
No. PSM reduces bias from measured confounders (those you've collected data on). Unmeasured confounders (e.g., patient motivation, unmeasured disease severity, hidden selection mechanisms) remain uncontrolled. Conduct sensitivity analysis to assess how sensitive conclusions are to unmeasured confounding (Rosenbaum bounds: how strong an unmeasured confounder must be to change conclusions). Always discuss unmeasured confounding limitations. Consider instrumental variables or natural experiments if unmeasured confounding is a major concern.
Sources
- Rosenbaum, P. R., & Rubin, D. B. (1983). The central role of the propensity score in observational studies for causal effects. Biometrika, 70(1), 41–55. DOI: 10.1093/biomet/70.1.41 ↗
- Austin, P. C. (2011). An introduction to propensity score methods for reducing the effects of confounding. Multivariate Behavioral Research, 46(3), 399–424. DOI: 10.1080/00273171.2011.568786 ↗
- Rubin, D. B. (1974). Estimating causal effects of treatments in randomized and nonrandomized studies. Journal of Educational Psychology, 66(5), 688–701. DOI: 10.1037/h0037350 ↗
How to cite this page
ScholarGate. (2026, June 4). Propensity Score Matching and Weighting. ScholarGate. https://scholargate.app/en/research-statistics/propensity-score-matching
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.
- Logistic RegressionResearch Statistics↔ compare
- Multiple Regression AnalysisResearch Statistics↔ compare
- Survival AnalysisResearch Statistics↔ compare