• Skip to main content
  • Skip to primary sidebar
  • Skip to footer
QuestionPro

QuestionPro

questionpro logo
  • Products
    survey software iconSurvey softwareEasy to use and accessible for everyone. Design, send and analyze online surveys.research edition iconResearch SuiteA suite of enterprise-grade research tools for market research professionals.CX iconCustomer ExperienceExperiences change the world. Deliver the best with our CX management software.WF iconEmployee ExperienceCreate the best employee experience and act on real-time data from end to end.
  • Solutions
    IndustriesGamingAutomotiveSports and eventsEducationGovernment
    Travel & HospitalityFinancial ServicesHealthcareCannabisTechnology
    Use CaseAskWhyCommunitiesAudienceContactless surveysMobile
    LivePollsMember ExperienceGDPRPositive People Science360 Feedback Surveys
  • Resources
    BlogeBooksSurvey TemplatesCase StudiesTrainingHelp center
  • Features
  • Pricing
Language
  • English
  • Español (Spanish)
  • Português (Portuguese (Brazil))
  • Nederlands (Dutch)
  • العربية (Arabic)
  • Français (French)
  • Italiano (Italian)
  • 日本語 (Japanese)
  • Türkçe (Turkish)
  • Svenska (Swedish)
  • Hebrew IL (Hebrew)
  • ไทย (Thai)
  • Deutsch (German)
  • Portuguese de Portugal (Portuguese (Portugal))
  • Español / España (Spanish / Spain)
Call Us
+1 800 531 0228 +1 (647) 956-1242 +55 9448 6154 +49 030 9173 9255 +44 01344 921310 +81-3-6869-1954 +61 (02) 6190 6592 +971 529 852 540
Log In Log In
SIGN UP FREE

Home Market Research

Propensity Score Matching: A Practical Guide for Researchers

propensity-score-matching

Randomized experiments are not always possible. Ethics, cost, or timing can rule them out, leaving researchers to work with observational data instead. Propensity score matching is one of the most established ways to make treatment and comparison groups fair to compare when that happens.

At its core, the method estimates each participant’s probability of receiving a treatment based on their observed traits, then pairs people with similar probabilities across groups. This probability is the propensity score itself, and it forms the backbone of the wider family of propensity score methods used across medicine, economics, and social research.

In this blog, we’ll explore what propensity score matching is, how to build and evaluate a propensity score model, and the mistakes that undermine even well-designed studies.

Content Index hide
1. What is propensity score matching?
2. Propensity score matching vs. other bias-reduction methods
3. Real-world examples of propensity score matching
4. How to build a propensity score model
5. How to evaluate and balance a propensity score
6. Matching and weighting strategies: how to choose
7. Common mistakes and limitations to watch for
8. How reliable data collection supports better propensity score models
9. Where propensity scores fit in the bigger research toolkit
10. Frequently Asked Questions (FAQs)

What is propensity score matching?

Propensity score matching is a statistical technique that pairs participants from a treatment group with participants from a control group who share a similar likelihood of having received that treatment, based on their measured characteristics.

That likelihood, the propensity score, was first formalized by statisticians Rosenbaum and Rubin in 1983 as a way to design non-randomized studies that behave more like randomized ones. The idea is straightforward: if two people had almost the same odds of ending up in the treatment group, but one did and one didn’t, comparing their outcomes gets closer to isolating the treatment’s true effect.

This matters most when random assignment isn’t available and selection bias is likely, meaning the people who received a treatment differ systematically from those who didn’t. Without correcting for that, an analyst risks confusing a confounding variable’s influence with the treatment’s actual effect. Propensity score methods are widely used in causal research, particularly in cardiovascular medicine, education policy, and program evaluation, where running a true experiment would be impractical or unethical.

Propensity score matching vs. other bias-reduction methods

People often use “propensity score matching” as a catch-all term, but matching is only one of four ways to apply a propensity score once it’s estimated. Confusing the four leads to picking a method that doesn’t fit the data.

The table below outlines how each approach works and when it tends to fit best.

Method How it works Best used when
Matching Pairs each treated participant with an untreated participant who has a nearly identical propensity score Sample size is moderate to large and close matches are available
Stratification Groups participants into blocks based on score ranges, then compares within each block Researchers want a simpler, more transparent grouping method
Inverse probability weighting Weights each participant by the inverse of their probability of receiving the treatment they actually got The full sample should be retained rather than discarded through matching
Covariate adjustment Adds the propensity score as a control variable inside a regression model Researchers want to combine propensity scores with other statistical controls

Propensity score matching also gets confused with quasi-experimental research design more broadly. Quasi-experimental design is the umbrella category for studies that compare groups without full randomization. Propensity score matching is one specific tool researchers use inside that broader design to make the comparison more credible.

Real-world examples of propensity score matching

Propensity score matching shows up anywhere researchers need to compare groups that weren’t randomly assigned. A few examples illustrate the range.

Cardiovascular researchers have used propensity score matching to compare patients who received a particular medication against those who didn’t, since randomly withholding a potentially beneficial treatment from sick patients would be unethical. In education research, analysts have matched students who participated in an intervention program with similar students who didn’t, to estimate the program’s effect on outcomes like graduation rates.

Market and customer research teams increasingly apply the same logic outside clinical settings. If a company rolled out a new onboarding flow to some customers but not others based on self-selection rather than random assignment, propensity score matching can help estimate the flow’s real effect on retention, controlling for the traits that made some customers more likely to opt in.

How to build a propensity score model

Building a usable propensity score model comes down to a handful of deliberate steps. Rushing variable selection is where most models go wrong.

  1. List potential confounders. Gather the baseline characteristics that plausibly affect both who received the treatment and the outcome being studied.
  2. Run a logistic or probit regression. Set treatment status as the outcome variable and the confounders as predictors. Logistic regression is a statistical method that estimates the probability of a binary outcome, in this case, treatment or no treatment.
  3. Generate the predicted probability for each participant. That output is the propensity score.
  4. Exclude variables that were affected by the treatment itself. Including a treatment-affected variable hides part of the treatment’s real impact instead of removing bias.
  5. Drop covariates that perfectly predict treatment status. If a variable makes treatment assignment fully predictable, there’s no overlap left to compare, and the variable should be removed from the model.

Covariate selection is a balancing act. A variable tied to the outcome but not to treatment assignment generally reduces bias when included. A variable tied only to treatment assignment, with no real link to the outcome, mostly adds noise without improving the estimate.

How to evaluate and balance a propensity score

A propensity score is only useful if it actually balances the groups it was built to compare. Skipping this evaluation step is one of the most common reasons published results don’t replicate.

Start by checking common support, the range of propensity scores where both treated and untreated participants actually exist. A treated participant with no comparable untreated counterpart cannot be matched, and their outcome cannot be attributed to the treatment with confidence. Analysts typically judge this visually, by plotting the distribution of scores across both groups and looking for meaningful overlap.

Next, compare standardized mean differences for each covariate between the two groups. This is a common way to check covariate balance, since balance in the average value doesn’t guarantee balance across the full distribution. A large imbalance signals that the propensity score model needs to be respecified, often by adding or adjusting variables.

If the sample is split into strata or blocks, check covariate balance again within each block, not just across the whole sample. According to a widely cited propensity score guide published through the National Library of Medicine, using around five strata typically removes most of the bias associated with a single confounder, while larger samples can support ten to twenty strata for finer balance.

One caution worth repeating: don’t lean on measures like the c-statistic or AUC to judge how well a propensity score model is performing. Those metrics are built to predict outcomes, not to confirm that confounding has been reduced, so a high score there says little about whether the groups are actually balanced.

Matching and weighting strategies: how to choose

Once the propensity score is estimated and reasonably balanced, the next decision is how to compare the groups. Matching and weighting are the two most common choices, and each comes with trade-offs.

Matching pros:

  • Produces two clearly defined, comparable groups that are easy to explain to non-technical stakeholders
  • Naturally discards participants with no realistic counterpart, which limits comparisons to the region of common support
  • Works well with a nearest-neighbor approach using a caliper, a maximum allowed distance between two propensity scores, to prevent poor-quality matches

Matching cons:

  • Can discard a meaningful share of the original sample if good matches are scarce
  • Sensitive to how the caliper is set: too wide, and matches get sloppy; too narrow, and too many participants get dropped

Weighting pros:

  • Keeps the full sample intact, which preserves statistical power
  • Tends to perform well when the propensity score model is reasonably accurate across the whole range of scores

Weighting cons:

  • Extreme propensity scores near zero or one can produce unstable, oversized weights
  • Harder to explain intuitively compared with a simple matched-pairs approach

There isn’t a universally correct choice between the two. The right strategy depends on sample size, how much precision the study needs, and how comfortable the research team is interpreting weighted estimates versus matched groups.

Common mistakes and limitations to watch for

Propensity score matching corrects for measured differences between groups, but it has real limits that are easy to overlook.

  • Unmeasured confounders remain a blind spot.
    The method only balances variables that were actually collected. Anything left unmeasured can still bias the result, and that bias tends to grow as the gap between measured and unmeasured factors widens.
  • Poor overlap undermines the whole analysis.
    If treated and untreated participants don’t share a meaningful range of propensity scores, comparisons in the non-overlapping region aren’t credible.
  • Including treatment-affected variables backfires.
    A covariate that was influenced by the treatment shouldn’t be in the model, since it masks part of the effect being measured.
  • Treating it as a substitute for good study design.
    Propensity score matching works best when it’s planned during the design stage of a study, not applied as an afterthought once flawed data has already been collected. This is also a well-documented pattern in research bias more broadly: statistical methods can’t fully compensate for weak upstream data collection.

How reliable data collection supports better propensity score models

A propensity score model is only as good as the covariates that feed it. If a study fails to capture a characteristic that actually influences both treatment assignment and the outcome, no amount of matching or weighting afterward can fix that gap.

This is where the data collection stage matters as much as the statistical technique. Teams running large observational studies need tools that capture detailed, structured covariate data consistently across a big sample, since inconsistent or incomplete records limit how well any propensity score model can perform. QuestionPro’s market research software supports this kind of structured, large-scale data collection, giving researchers a cleaner foundation to build and evaluate propensity score models against.

Where propensity scores fit in the bigger research toolkit

Propensity score matching won’t turn observational data into a randomized trial. What it offers instead is a disciplined, transparent way to make imperfect comparisons more honest, especially in situations where running an actual experiment isn’t realistic.

Used carefully, with real attention to overlap, balance, and the limits of what’s measurable, it remains one of the most practical tools available for researchers trying to answer causal questions with the data they actually have, not the data they wish they had.

Create memorable experiences based on real-time data, insights and advanced analysis. Request Demo

Frequently Asked Questions (FAQs)

Is propensity score matching the same as regression adjustment?

No. Regression adjustment includes the propensity score as one variable in a broader regression model, while matching creates paired groups of similar participants directly. Both aim to reduce confounding, but they handle the data differently and can produce different estimates.

How large does a sample need to be for propensity score matching?

There’s no fixed minimum, but very small samples often struggle to find good matches, especially with many covariates. Researchers typically check whether enough overlap exists between groups before committing to matching over weighting.

Can propensity score matching prove causation?

Not on its own. It reduces bias from measured confounders and strengthens causal claims compared with an unadjusted comparison, but it cannot account for confounders that were never measured in the first place.

What software do researchers use for propensity score matching?

Common choices include R packages like MatchIt, Stata’s psmatch2 command, and Python libraries built for causal inference. The software matters less than getting variable selection and balance checks right first.

Why do some studies avoid propensity score matching entirely?

Some researchers prefer alternatives like doubly robust estimation or Bayesian propensity score methods, which can be more forgiving if the original model is slightly misspecified. The choice often depends on sample size and how confident the team is in their covariate list.

SHARE THIS ARTICLE:

About the author
Fabyio Villegas
Copywriter and SEO Specialist. With over 11 years of experience in Digital Marketing and Educational Content Curation.
View all posts by Fabyio Villegas

Primary Sidebar

Research what's on your mind. Find out what's on theirs!

A suite of tools to leverage research and transform insights.

Discover our insight platform

RELATED ARTICLES

HubSpot - QuestionPro Integration

Toyota NPS & Customer Satisfaction in 2025

Jun 30,2025

HubSpot - QuestionPro Integration

Synthetic Research: How It Works, Challenges & Use Cases

Jun 03,2025

HubSpot - QuestionPro Integration

How to Use Real-World Scenario to Strengthen Your Surveys

Aug 05,2025

BROWSE BY CATEGORY

Footer

MORE LIKE THIS

single-sign-on-for-ex-surveys

How to Secure Your Feedback Ecosystem: Single Sign-On for EX Surveys

Aug 27, 2026

multi-country-launch-audience

Research globally. Launch instantly. Here’s what that actually looks like in QuestionPro Audience

Aug 26, 2026

multi-country-survey-research

Multi-Country Survey Research: How to Run Global Studies From One Project

Aug 25, 2026

what-is-cell-based-weighting

Your survey dashboard has a favorite respondent. Cell-based weighting fixes that.

Aug 24, 2026

Other categories

questionpro-logo-nw
Help center Live Chat SIGN UP FREE
  • Sample questions
  • Sample reports
  • Survey logic
  • Branding
  • Integrations
  • Professional services
  • Security
  • Survey Software
  • Customer Experience
  • Workforce
  • Communities
  • Audience
  • Polls Explore the QuestionPro Poll Software - The World's leading Online Poll Maker & Creator. Create online polls, distribute them using email and multiple other options and start analyzing poll results.
  • Research Edition
  • LivePolls
  • InsightsHub
  • Blog
  • Articles
  • eBooks
  • Survey Templates
  • Case Studies
  • Training
  • Webinars
  • All Plans
  • Nonprofit
  • Academic
  • Qualtrics Alternative Explore the list of features that QuestionPro has compared to Qualtrics and learn how you can get more, for less.
  • SurveyMonkey Alternative
  • VisionCritical Alternative
  • Medallia Alternative
  • Likert Scale Complete Likert Scale Questions, Examples and Surveys for 5, 7 and 9 point scales. Learn everything about Likert Scale with corresponding example for each question and survey demonstrations.
  • Conjoint Analysis
  • Net Promoter Score (NPS) Learn everything about Net Promoter Score (NPS) and the Net Promoter Question. Get a clear view on the universal Net Promoter Score Formula, how to undertake Net Promoter Score Calculation followed by a simple Net Promoter Score Example.
  • Offline Surveys
  • Customer Satisfaction Surveys
  • Employee Survey Software Employee survey software & tool to create, send and analyze employee surveys. Get real-time analysis for employee satisfaction, engagement, work culture and map your employee experience from onboarding to exit!
  • Market Research Survey Software Real-time, automated and advanced market research survey software & tool to create surveys, collect data and analyze results for actionable market insights.
  • GDPR & EU Compliance
  • Employee Experience
  • Customer Journey
  • Synthetic Data
  • About us
  • Executive Team
  • In the news
  • Testimonials
  • Advisory Board
  • Careers
  • Brand
  • Media Kit
  • Contact Us

QuestionPro in your language

  • English
  • Español (Spanish)
  • Português (Portuguese (Brazil))
  • Nederlands (Dutch)
  • العربية (Arabic)
  • Français (French)
  • Italiano (Italian)
  • 日本語 (Japanese)
  • Türkçe (Turkish)
  • Svenska (Swedish)
  • Hebrew IL (Hebrew)
  • ไทย (Thai)
  • Deutsch (German)
  • Portuguese de Portugal (Portuguese (Portugal))
  • Español / España (Spanish / Spain)

Awards & certificates

  • survey-leader-asia-leader-2023
  • survey-leader-asiapacific-leader-2023
  • survey-leader-enterprise-leader-2023
  • survey-leader-europe-leader-2023
  • survey-leader-latinamerica-leader-2023
  • survey-leader-leader-2023
  • survey-leader-middleeast-leader-2023
  • survey-leader-mid-market-leader-2023
  • survey-leader-small-business-leader-2023
  • survey-leader-unitedkingdom-leader-2023
  • survey-momentumleader-leader-2023
  • bbb-acredited
The Experience Journal

Find innovative ideas about Experience Management from the experts

  • © 2022 QuestionPro Survey Software | +1 (800) 531 0228
  • Sitemap
  • Privacy Statement
  • Terms of Use