Concept Architecture
Concept
Theoretically, Propensity Score is the probability of receiving a particular treatment conditional on a set of observed baseline covariates. It is founded on the Rubin causal model and exists to reduce selection bias and confounding in observational studies by balancing measured covariates between treatment groups. When treatment groups are balanced on the propensity score, differences in outcomes may be interpreted as more closely approximating causal treatment effects, assuming no unmeasured confounding.
Mathematically, the propensity score is represented as the conditional probability of treatment assignment given observed covariates. It is most commonly estimated using logistic regression, although machine learning methods may also be employed. The estimated scores are subsequently used for matching, stratification, inverse probability weighting or covariate adjustment to achieve balance between comparison groups.
In practice, propensity scores are estimated using baseline patient characteristics measured before treatment allocation. Health economists apply propensity score methods to comparative effectiveness research, health technology assessment and real-world evidence studies to estimate treatment effects when randomised controlled trials are unavailable or impractical.
Purpose
Used to reduce bias from observed confounding in observational studies by balancing treatment groups prior to estimating comparative treatment effects.
Mathematical Formulae
Primary Formula
e(X) = P(T = 1 | X)
where:
e(X) = propensity score
T = treatment indicator
X = vector of observed baseline covariates
Supporting Formulae
Logistic regression model:
log(e(X) / (1 ? e(X))) = ?? + ??X? + ??X? + ... + ??X?
Inverse Probability of Treatment Weighting (IPTW):
w? = 1 / e(X?)?for treated individuals
w? = 1 / (1 ? e(X?))?for untreated individuals
Standardised Mean Difference:
SMD = (X?? ? X??) / �((s?� + s?�) / 2)
Related Mathematical Methods
Logistic Regression
Propensity Score Matching
Inverse Probability of Treatment Weighting
Propensity Score Stratification
Covariate Adjustment
Doubly Robust Estimation
Standardised Mean Difference
Example
An observational study compares two biologic therapies for rheumatoid arthritis. A logistic regression model estimates each patient's probability of receiving Treatment A based on age, sex, disease severity, previous biologic use and comorbidity. One patient has an estimated propensity score of 0.72, indicating a 72% probability of receiving Treatment A given their observed characteristics. Patients with similar propensity scores are matched before estimating treatment costs and quality-adjusted life-years.
Excel Implementation
| Function | Example Formula | Health Economics Application |
|---|---|---|
| LOGEST | =LOGEST(B2:B201,C2:G201,TRUE,TRUE) | Estimate logistic regression coefficients for treatment assignment |
| EXP | =EXP(A2) | Calculate logistic model exponentials |
| IF | =IF(H2=1,1/I2,1/(1-I2)) | Calculate inverse probability treatment weights |
| ABS | =ABS(A2-B2) | Assess covariate balance after matching |
| SORT | =SORT(range) | Rank patients by propensity score before matching |
VBA (Optional)
VBA can automate propensity score estimation, patient matching, weighting procedures and covariate balance diagnostics across multiple observational 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.
- ISPOR Good Practice Reports.
- Briggs A, Claxton K, Sculpher M. Decision Modelling for Health Economic Evaluation.
Related Concepts (2)
Library
Publications
1
Interpreting Indirect Treatment Comparisons and Network Meta-Analysis for Health-Care Decision Making: ISPOR Task Force on Indirect Treatment Comparisons Good Research Practices, Part 1 — Jansen, Fleurence, Devine, Itzler, Barrett, Hawkins, Lee, Boersma, Annemans & Cappelleri, Vol. 14, No. 4 ed., 2011 (Value in Health)
The ISPOR good-practice guidance on interpreting indirect treatment comparisons, network and mixed treatment comparisons for decision making — terminology, assumptions, validity and how to critically appraise an ITC/NMA when head-to-head trial evidence is unavailable.
Journal ArticleView source →
Frequently Asked Questions (6)
What is a propensity score?
The estimated probability that an individual would receive a particular treatment given their observed characteristics, used to balance confounders in observational studies.
Source: Rosenbaum & Rubin 1983
How does a propensity score help balance an observational comparison?
In an observational study, patients who received a treatment often differ systematically from those who did not, confounding any comparison. A propensity score summarises each patient's measured characteristics into a single number, their estimated probability of having received the treatment, and patients with similar scores can then be matched or weighted so the treated and untreated groups look alike on those characteristics. This balances the measured confounders, mimicking on paper what randomisation achieves in fact. Crucially, it can only balance factors that were measured. Austin (2011) describes this method.
Source: Austin 2011
How is a propensity score used?
A propensity score is used to balance confounders through methods such as matching treated and untreated individuals with similar scores; stratifying on the score; weighting individuals by the inverse of their probability of the treatment received; or including the score in a regression. These approaches create comparisons in which the measured characteristics are balanced across treatment groups, so differences in outcome are less confounded by those characteristics. By summarising the confounders into one score and balancing on it, propensity-score methods aim to estimate the treatment effect more validly from observational data.
Source: Rosenbaum & Rubin 1983
Why are propensity scores useful?
Propensity scores are useful because they summarise many confounding variables into a single score, simplifying the task of balancing treatment groups in observational studies, and because balancing on the score can create comparable groups that approximate randomisation on the measured characteristics, reducing confounding. They also make the balance achievable and checkable, and can handle many confounders when direct adjustment is difficult. This makes propensity-score methods a widely used approach for estimating treatment effects from non-randomised data, improving comparability between treated and untreated groups on the observed confounders.
Source: Hernán & Robins 2020
What are the limitations of propensity scores?
The limitations of propensity scores are that they balance only measured confounders, so unmeasured confounding remains a threat, unlike randomisation, which balances unmeasured factors too; that they require the confounders influencing treatment and outcome to be measured and correctly modelled; and that balance and overlap between groups must be adequate for valid comparison. Poor overlap or omitted confounders bias the estimate. So propensity-score methods reduce but cannot eliminate confounding from observational data, and their validity depends on measuring the relevant confounders, making them weaker than randomisation for causal inference.
Source: Rosenbaum & Rubin 1983
How does propensity-score adjustment differ from randomisation?
Propensity-score adjustment balances the measured confounders between treatment groups in observational data, approximating comparability on those characteristics, whereas randomisation balances both measured and unmeasured confounders by chance, creating comparable groups on all factors. So randomisation addresses unmeasured confounding, which propensity scores cannot, since they rely on measured variables. Propensity-score methods are used when randomisation is impossible, to improve comparability from observational data, but they provide weaker causal inference because unmeasured confounding may remain. So the two differ fundamentally in their ability to control unmeasured confounders.
Source: Rosenbaum & Rubin 1983
Trust Record
Verified by Dr Darrin Baines
British health economist
Professional identity: darrinbaines.org
Verification date: 20 Nov 2025
Content version: 1.0.0
Canonical Identity
- Persistent URI
- https://healtheconomics.wiki/concept/propensity-score
- Term code
- HE-ES-CER-023
Stable URI · Machine-readable · Resolvable · CC BY 4.0