Bayesian Propensity Score Matching
Bayesian Propensity Score Matching Estimator · Also known as: Bayesian PSM, BPSM, Bayesian matching estimator, Bayesian propensity weighting
Bayesian Propensity Score Matching (Bayesian PSM) extends classical propensity score matching by placing a prior distribution over the propensity model parameters and propagating posterior uncertainty through the matching and outcome stages. Introduced formally by Kaplan and Chen (2012), it offers a principled account of estimation uncertainty that frequentist matching commonly ignores, and allows incorporation of substantive prior knowledge about treatment selection.
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.
+1 more
When to use it
Use Bayesian PSM when you have observational data with a binary treatment, a rich set of pre-treatment covariates, and reason to believe the propensity model is uncertain — for instance, when the sample is modest (n < 500) or prior subject-matter knowledge about selection should be encoded. It is especially appropriate when downstream decisions require a full posterior on the treatment effect, not just a point estimate. Do not use it when the selection mechanism is well understood and a large sample makes propensity-score estimation highly precise (classical matching will suffice), or when the dataset is very large and MCMC is computationally prohibitive without approximation. It is not suitable for purely experimental data where randomisation already balances covariates.
Strengths & limitations
- Propagates uncertainty from propensity-score estimation through to the final treatment-effect estimate, yielding honest credible intervals.
- Allows incorporation of prior knowledge about treatment selection, which can improve estimates in small samples.
- Produces a full posterior distribution of the ATT, enabling probabilistic statements about effect direction and magnitude.
- Handles model uncertainty naturally via Bayesian model averaging over propensity specifications.
- Interpretable output: posterior probability that the treatment effect exceeds a clinically or policy-relevant threshold.
- Computationally intensive compared to classical PSM; MCMC sampling can be slow for large datasets or complex models.
- Results are sensitive to the choice of prior when sample sizes are small — prior elicitation requires care.
- The approach does not automatically resolve unobserved confounding; like all matching methods it relies on the strong ignorability assumption.
- Software implementations are less standardised than frequentist PSM, requiring custom MCMC code or specialist packages.
Frequently asked
How does Bayesian PSM differ from classical (frequentist) PSM?
Classical PSM estimates a single propensity score per unit and then matches, treating scores as fixed. Bayesian PSM draws many plausible score vectors from the posterior of the selection model, matches on each, and pools the resulting ATT estimates. This propagates uncertainty from score estimation into the treatment-effect estimate.
What prior should I use for the propensity model?
A weakly informative prior — for instance, Normal(0, 2.5) on logistic regression coefficients after standardising covariates — is a safe default. It regularises the model without strongly pulling estimates toward zero. If you have substantive knowledge about which covariates strongly predict treatment, you can use an informative prior on those coefficients.
Does Bayesian PSM solve the problem of unobserved confounders?
No. Like all propensity-score methods, it rests on the strong ignorability assumption: all confounders are measured and included in the model. Bayesian PSM accounts for uncertainty in estimating the propensity from observed covariates, but it cannot adjust for variables you did not collect.
How do I check covariate balance in a Bayesian PSM analysis?
Draw a representative set of posterior samples of the propensity score, form the corresponding matched samples, and compute standardised mean differences for each covariate across those matched samples. Report the distribution of balance statistics rather than balance only at the posterior mean.
When is classical PSM preferable to Bayesian PSM?
When the sample is large enough that propensity-score estimation is highly stable, classical PSM is computationally simpler and the additional posterior uncertainty from the selection model is negligible. Bayesian PSM pays off most in small-to-moderate samples or when prior knowledge materially improves the selection model.
Sources
- Kaplan, D., & Chen, J. (2012). A Two-Step Bayesian Approach for Propensity Score Analysis: Simulations and Case Study. Psychometrika, 77(3), 581-609. DOI: 10.1007/s11336-012-9262-8 ↗
- 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 ↗
How to cite this page
ScholarGate. (2026, June 3). Bayesian Propensity Score Matching Estimator. ScholarGate. https://scholargate.app/en/causal-inference/bayesian-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.
- Bayesian Difference-in-DifferencesCausal inference↔ compare
- Coarsened Exact MatchingCausal inference↔ compare
- Doubly Robust EstimationCausal inference↔ compare
- Entropy BalancingCausal inference↔ compare
- Inverse Probability WeightingCausal inference↔ compare
- Propensity Score MatchingResearch Statistics↔ compare