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›Causal inference›Bayesian Propensity Score Matching
Regression modelQuasi-experimental / causal inference

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.

ScholarGate
  1. Regression model
  2. v1
  3. 2 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.

Bayesian Propensity Score Matching
Bayesian Difference-in-D…Coarsened Exact MatchingDoubly Robust EstimationEntropy BalancingInverse Probability Weig…Propensity Score MatchingBayesian Coarsened Exact…Bayesian Doubly Robust E…Bayesian Entropy Balanci…Bayesian Inverse Probabi…

+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

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

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

Related methods

Bayesian Difference-in-DifferencesCoarsened Exact MatchingDoubly Robust EstimationEntropy BalancingInverse Probability WeightingPropensity 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
Compare side by side →

Referenced by

Bayesian Coarsened Exact MatchingBayesian Doubly Robust EstimationBayesian Entropy BalancingBayesian Inverse Probability WeightingBayesian Matching Estimator

Similar methods

Bayesian Propensity Score WeightingBayesian Matching EstimatorBayesian Inverse Probability WeightingBayesian Coarsened Exact MatchingBayesian Entropy BalancingBayesian Doubly Robust EstimationPropensity Score MatchingPropensity Score Weighting

Related reference concepts

Empirical Bayes MethodsBayesian Model AveragingCounterfactual ReasoningCausal InferenceStudy Matching and StratificationSensitivity Analysis

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

ScholarGate — Bayesian Propensity Score Matching (Bayesian Propensity Score Matching Estimator). Retrieved 2026-07-20 from https://scholargate.app/en/causal-inference/bayesian-propensity-score-matching · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Kaplan & Chen (2012); foundational PSM by Rosenbaum & Rubin (1983)
Year
2012
Type
Bayesian causal inference / matching
DataType
Observational cross-sectional or panel data with binary treatment
Subfamily
Quasi-experimental / causal inference
Related methods
Bayesian Difference-in-DifferencesCoarsened Exact MatchingDoubly Robust EstimationEntropy BalancingInverse Probability WeightingPropensity Score Matching
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