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›Research Statistics›Propensity Score Matching
Process / pipelinecausal-inference

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.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 3 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.

Propensity Score Matching
Logistic RegressionMultiple Regression Anal…Survival AnalysisBayesian Coarsened Exact…Bayesian Ex Post Facto D…Bayesian Instrumental Va…Bayesian Matching Estima…Bayesian Observational Q…Bayesian Propensity Scor…Bayesian Propensity Scor…

+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

Strengths
  • 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).
Limitations
  • 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

  1. 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 ↗
  2. 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 ↗
  3. 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

Related methods

Logistic RegressionMultiple Regression AnalysisSurvival Analysis

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
Compare side by side →

Referenced by

Bayesian Coarsened Exact MatchingBayesian Ex Post Facto DesignBayesian Instrumental VariablesBayesian Matching EstimatorBayesian Observational Quantitative ResearchBayesian Propensity Score MatchingBayesian Propensity Score WeightingBayesian Regression Discontinuity DesignBayesian Sensitivity Analysis for CausalityCausal Discovery AlgorithmsCausal Impact AnalysisCoarsened Exact MatchingCounterfactual Impact EvaluationCounterfactual Impact Evaluation in Education ResearchDAG Causal IdentificationDifference-in-DifferencesDifference-in-Differences in Education ResearchDoubly Robust EstimationDoubly Robust Estimation in Education ResearchDynamic Matching EstimatorDynamic Propensity Score MatchingEntropy BalancingFuzzy Regression DiscontinuityFuzzy Regression Discontinuity in Education ResearchHeterogeneous treatment effect Causal impact analysisHeterogeneous Treatment Effect Coarsened Exact MatchingHeterogeneous treatment effect Counterfactual impact evaluationHeterogeneous Treatment Effect Matching EstimatorHeterogeneous Treatment Effect Propensity Score MatchingHeterogeneous Treatment Effect Sensitivity Analysis for CausalityHeterogeneous Treatment EffectsInstrumental Variables in Education ResearchInterrupted Time SeriesInterrupted Time Series in Education ResearchInverse Probability WeightingInverse Probability Weighting in Education ResearchLocal Average Treatment EffectLogistic RegressionMachine Learning-Augmented Coarsened Exact MatchingMachine Learning-Augmented Counterfactual Impact EvaluationMachine learning-augmented difference-in-differencesMachine Learning-Augmented Entropy BalancingMachine learning-augmented instrumental variablesMachine Learning-Augmented Matching EstimatorMachine Learning-Augmented Propensity Score MatchingMachine learning-augmented regression discontinuity designMachine Learning-Augmented Sensitivity Analysis for CausalityMarginal structural model in education researchMatched case-control studyMatched Cohort StudyMatched Competing Risks AnalysisMatched Kaplan-Meier AnalysisMatched nested case-controlMatched Phase II clinical trialMatched Phase III Clinical TrialMatched Phase IV StudyMatched Survival AnalysisMatching EstimatorMatching MethodsMulti-period Coarsened Exact MatchingMulti-period Doubly Robust EstimationMulti-period Matching EstimatorMultiple ImputationPanel Data Coarsened Exact MatchingPanel Data Difference-in-DifferencesPanel Data Matching EstimatorPanel Data Propensity Score MatchingPanel Data Propensity Score WeightingPlacebo Test in Education ResearchPolicy Evaluation Coarsened Exact MatchingPolicy Evaluation Counterfactual Impact EvaluationPolicy Evaluation Difference-in-DifferencesPolicy Evaluation Entropy BalancingPolicy Evaluation Fuzzy Regression DiscontinuityPolicy Evaluation Instrumental VariablesPolicy Evaluation Inverse Probability WeightingPolicy Evaluation Matching EstimatorPolicy Evaluation Panel Event StudyPolicy Evaluation Propensity Score MatchingPolicy Evaluation Propensity Score WeightingPolicy Evaluation Regression Discontinuity DesignPolicy Evaluation Synthetic Control MethodPropensity Score Matching in EducationPropensity Score Methods in CriminologyPropensity Score WeightingPropensity Score Weighting in Education ResearchRegression DiscontinuityRegression Discontinuity DesignRegression discontinuity design in education researchRisk-adjusted case seriesRisk-adjusted case-control studyRisk-adjusted case-crossover designRisk-adjusted cohort studyRisk-adjusted competing risks analysisRisk-adjusted Cox Proportional HazardsRisk-adjusted cross-sectional epidemiological studyRisk-adjusted Kaplan-Meier analysisRisk-adjusted Nested Case-ControlRisk-adjusted Phase IV studyRisk-adjusted survival analysisRobust Counterfactual Impact EvaluationRobust Fuzzy Regression DiscontinuityRobust Inverse Probability WeightingRobust Matching EstimatorRobust Propensity Score MatchingRobust Propensity Score WeightingRobust Regression Discontinuity DesignSensitivity Analysis for CausalitySensitivity analysis for causality in education researchSensitivity Analysis for Unmeasured ConfoundingSimulation-assisted causal-comparative researchSpatial Causal Impact AnalysisSpatial Coarsened Exact MatchingSpatial Counterfactual Impact EvaluationSpatial Doubly Robust EstimationSpatial Inverse Probability WeightingSpatial Matching EstimatorSpatial Propensity Score MatchingSpatial Regression Discontinuity DesignSpatial Sensitivity Analysis for CausalitySpatial Synthetic Control MethodSurvival AnalysisSynthetic Control MethodSynthetic Control Method in Education ResearchTwo-Stage Least Squares (2SLS)

Similar methods

Policy Evaluation Propensity Score MatchingPropensity Score WeightingRobust Propensity Score MatchingPropensity Score Matching in EducationPropensity Score Matching in Education ResearchBayesian Propensity Score MatchingMachine Learning-Augmented Propensity Score MatchingPolicy Evaluation Propensity Score Weighting

Related reference concepts

Study Matching and StratificationCounterfactual ReasoningRisk Adjustment and Case-Mix AnalysisCausal InferenceCausal IdentificationSensitivity Analysis

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

ScholarGate — Propensity Score Matching (Propensity Score Matching and Weighting). Retrieved 2026-07-20 from https://scholargate.app/en/research-statistics/propensity-score-matching · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Paul Rosenbaum and Donald Rubin
Subfamily
causal-inference
Year
1983
Type
Method
Related methods
Logistic RegressionMultiple Regression AnalysisSurvival Analysis
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