Concept Architecture
Concept
Theoretically, Propensity Score Matching (PSM) is a causal inference method used to reduce confounding in observational studies by creating comparable treatment groups based on the probability of receiving treatment given observed baseline characteristics. The propensity score summarises multiple covariates into a single probability, allowing treated and untreated individuals with similar characteristics to be matched. The method exists to approximate the balance achieved through randomisation when analysing non-randomised data.
Mathematically, propensity scores are estimated as the conditional probability of treatment assignment given observed covariates, most commonly using logistic regression. Individuals are then matched according to their estimated propensity scores using algorithms such as nearest neighbour, caliper, optimal or kernel matching. Following matching, treatment effects are estimated using the balanced matched sample rather than the original observational population.
In practice, propensity score matching is widely used in comparative effectiveness research, real-world evidence studies and health technology assessment to estimate treatment effects from observational healthcare databases. Covariate balance is assessed after matching using standardised mean differences and other diagnostic measures before estimating clinical and economic outcomes.
Purpose
Used to reduce confounding in observational studies by creating balanced treatment groups with similar observed baseline characteristics prior to estimating treatment effects.
Mathematical Formulae
Primary Formula
Propensity score:
e(X) = P(T = 1�X)
where:
- e(X) = propensity score
- T = treatment assignment
- X = vector of observed covariates
Supporting Formulae
Logistic regression model:
log(e(X) / (1 ? e(X))) = ?? + ??X? + ??X? + ? + ??X?
Standardised mean difference:
SMD = (X?T ? X?C) / �((sT� + sC�) / 2)
where:
- X?T = treated group mean
- X?C = control group mean
- sT� = treated group variance
- sC� = control group variance
Related Mathematical Methods
- Propensity Score
- Logistic Regression
- Causal Inference
- Inverse Probability Weighting
- Instrumental Variable Analysis
- Covariate Balance Assessment
- Average Treatment Effect
Example
A real-world study compares two diabetes treatments using electronic health record data. Propensity scores are estimated from age, sex, disease duration, baseline HbA1c and comorbidities. Each treated patient is matched to a control patient using nearest neighbour matching with a caliper. After matching, all standardised mean differences are below 0.10, indicating good covariate balance before estimating treatment effectiveness and healthcare costs.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| LOGEST | =LOGEST(B2:B1000,C2:H1000,TRUE,TRUE) | Estimate coefficients for logistic propensity score models |
| EXP | =EXP(A2)/(1+EXP(A2)) | Convert logistic regression linear predictor into a propensity score |
| ABS | =ABS(B2-C2) | Calculate propensity score distance between treated and control patients |
| XLOOKUP | =XLOOKUP(MIN(D:D),D:D,A:A) | Identify the nearest matched control based on propensity score |
VBA (Optional)
Automate estimation of propensity scores, nearest neighbour matching, covariate balance assessment and creation of matched analytical datasets.
Sources
- Rosenbaum PR, Rubin DB. The Central Role of the Propensity Score in Observational Studies for Causal Effects. Biometrika. 1983.
- Austin PC. An Introduction to Propensity Score Methods for Reducing the Effects of Confounding in Observational Studies. Multivariate Behavioral Research. 2011.
- Hern�n MA, Robins JM. Causal Inference: What If.
- NICE. Health Technology Evaluation Manual.
- ISPOR Good Practice Reports.
Related Concepts (2)
Library
Publications
1
Good Practices for Real-World Data Studies of Treatment and/or Comparative Effectiveness: Recommendations from the Joint ISPOR-ISPE Special Task Force on Real-World Evidence in Health Care Decision Making — Berger, Sox, Willke, Brixner, Eichler, Goettsch, Madigan, Makady, Schneeweiss, Tarricone, Wang, Watkins & Mullins, Vol. 20, No. 8 ed., 2017 (Value in Health)
The joint ISPOR-ISPE recommendations on good procedural practice for real-world data studies (observational studies and registries) used to inform healthcare decisions — study registration, replicability and stakeholder involvement — the reference for RWE credibility in HTA.
Journal ArticleView source →
Frequently Asked Questions (6)
What is propensity score matching?
A statistical technique pairing treated individuals with similar untreated individuals based on an estimated propensity score, balancing measured confounding variables.
Source: Rosenbaum & Rubin 1983
How does propensity score matching mimic a randomised comparison?
Propensity score matching pairs each treated patient with an untreated patient who had a similar estimated probability of receiving the treatment, given their measured characteristics. By matching on this single summary of many confounders, it builds two groups that are balanced on those measured factors, mimicking the balance randomisation would have produced. This lets an observational comparison approach the fairness of a trial, though only for the confounders that were actually measured; unmeasured differences remain. Balancing measured factors after the fact is its method. Rosenbaum and Rubin (1983) describe this technique.
Source: Rosenbaum & Rubin 1983
How does propensity score matching work?
Propensity score matching works by first estimating each individual's propensity score, the predicted probability of receiving the treatment given their measured characteristics, usually from a model such as logistic regression; then matching treated individuals to untreated individuals with similar scores; and comparing outcomes between the matched groups. Balance on the measured covariates is checked after matching. So propensity score matching works by summarising the measured confounders into a single score and pairing treated and untreated individuals on it, so that the compared groups are similar in their measured characteristics, allowing the treatment effect to be estimated with reduced confounding by those variables.
Source: Rosenbaum & Rubin 1983
Why is propensity score matching used?
Propensity score matching is used to reduce confounding by measured variables when estimating treatment effects from observational data, where treatment is not randomised and treated and untreated groups may differ systematically. By balancing the measured covariates, it makes the groups more comparable, so that differences in outcomes can be attributed more confidently to the treatment. So propensity score matching is used to approximate the comparability that randomisation provides, for the measured characteristics, in non-randomised studies, which is valuable in real-world and pharmacoepidemiological research, though it addresses only measured confounders and not those that are unmeasured.
Source: Rosenbaum & Rubin 1983
What are the limitations of propensity score matching?
The limitations of propensity score matching include that it balances only measured confounders, so unmeasured confounding remains and can bias the estimate; that adequate overlap between the groups' propensity scores is needed, and matching may discard unmatched individuals, affecting the population represented; and that the propensity model must be reasonably specified. So propensity score matching is used with awareness that it does not address unmeasured confounding, that its validity depends on the measured covariates capturing the important confounders, and that its results are interpreted accordingly, since, unlike randomisation, it cannot balance factors that were not measured.
Source: Rosenbaum & Rubin 1983
How does propensity score matching relate to randomisation?
Propensity score matching relates to randomisation as an attempt to approximate, in observational data, the comparability that randomisation achieves. Randomisation balances both measured and unmeasured factors between groups on average, whereas propensity score matching balances only the measured covariates summarised in the score. So propensity score matching mimics randomisation for the measured characteristics but, unlike true randomisation, cannot ensure balance on unmeasured factors, which is its key limitation, meaning that while it strengthens causal inference from observational studies, it does not provide the same protection against confounding that a randomised experiment does.
Source: Hernán & Robins 2020
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 8 Dec 2025
Content version: 1.0.0
Canonical Identity
- Term code
- HE-ES-RWE-010
Stable URI · Machine-readable · Resolvable · CC BY 4.0