Propensity score matching is a method for estimating the effect of a treatment or exposure from observational data by pairing treated and untreated participants who had a similar probability of receiving the treatment. The propensity score is that probability, the likelihood of being treated given a person's measured characteristics, and matching on it makes the treated and comparison groups resemble each other on those characteristics. The goal is to approximate the balance a randomized trial would have produced when randomization was never possible.
In a randomized trial, treatment is assigned by chance, so the groups are comparable on everything, measured or not. In observational research, sicker patients may be more likely to receive a treatment, which confounds the comparison: any difference in outcomes mixes the treatment effect with the baseline difference. Propensity score matching addresses the measured part of that problem by constructing comparison groups that look alike on the variables you observed.
When to use propensity score matching
Use propensity score matching when you want to estimate a treatment effect but cannot randomize, which is the normal situation in registry studies, electronic health record analyses, and many cohort designs. It is most appropriate when you have measured the important confounders, when treated and untreated groups overlap enough to find matches, and when a reviewer or your own design demands that the comparison groups be made comparable before outcomes are analyzed.
It is the wrong tool when the variables that drive both treatment and outcome are unmeasured. Matching can only balance what you observed. If an important confounder was never recorded, the estimate remains biased no matter how good the balance looks on paper, a limitation that must be stated plainly rather than hidden.
How the method works
The procedure has a clear sequence. First, model the probability of treatment, usually with a logistic regression that predicts treatment status from the baseline covariates, producing a propensity score for every participant. Second, match treated participants to untreated ones with similar scores, often one-to-one within a tolerance called a caliper, though one-to-many and other schemes exist. Third, and most important, check covariate balance in the matched sample to confirm the groups now resemble each other. Fourth, estimate the treatment effect within the matched sample.
The third step is where careful analysts spend their attention. Balance is assessed with standardized mean differences for each covariate, with values below 0.10 generally taken to indicate adequate balance. Comparing balance before and after matching, rather than relying on the matching procedure to have worked, is the standard a reviewer expects.
Matching is one of several propensity score approaches
Matching is the most intuitive way to use a propensity score, but not the only one. Inverse probability weighting keeps the whole sample and weights each person by the inverse of their probability of the treatment they received, which can be more efficient than discarding unmatched cases. Stratification groups participants into bands of similar scores. Covariate adjustment includes the score directly in an outcome model. Each makes different tradeoffs between bias, efficiency, and the population the estimate generalizes to, and the right choice depends on the data and the question. Weighing these options is exactly what our managed biostatistics consulting does for observational studies.
Reporting standards
A credible propensity score analysis reports the variables in the treatment model, the matching algorithm and caliper, the number of treated participants who could not be matched and were therefore dropped, the balance achieved on every covariate, and a sensitivity analysis exploring how strong an unmeasured confounder would have to be to overturn the result. Observational analyses are also expected to follow established reporting guidance for their study design, the kind of alignment our research methodology support builds in from the start.
Common mistakes
- Treating matching as a cure for all confounding. It balances measured covariates only. Unmeasured confounders remain, and the limitation must be stated.
- Reporting an effect without showing balance. A matched analysis is only credible if you demonstrate that the groups became comparable.
- Ignoring the cases you dropped. Unmatched treated participants change who the estimate applies to, which affects generalizability.
- Putting the outcome in the propensity model. The treatment model should predict treatment from baseline covariates, not from anything measured after or caused by treatment.
- Skipping sensitivity analysis. Without it, you cannot say how fragile the conclusion is to the confounders you could not measure.
Which effect are you estimating? Decide the estimand first
Before any matching, decide which average treatment effect you are after, because different propensity methods target different ones. One-to-one matching of treated to untreated participants usually estimates the average treatment effect on the treated: the effect in the kind of people who actually received the treatment. Inverse probability weighting can instead estimate the average treatment effect in the whole population, or, with overlap weighting, the effect in the subpopulation where treated and untreated participants genuinely coexist. These are different numbers that answer different questions, and they can diverge when the effect varies across people. A reviewer who asks "the effect in whom?" is asking you to name your estimand. State it, and choose the method that targets it, rather than reporting whatever the default produced.