

{"id":1108660,"date":"2024-04-24T22:36:00","date_gmt":"2024-04-25T05:36:00","guid":{"rendered":"https:\/\/www.questionpro.com\/blog\/?p=1108660"},"modified":"2026-08-27T23:00:31","modified_gmt":"2026-08-28T06:00:31","slug":"propensity-score-matching","status":"publish","type":"post","link":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/","title":{"rendered":"Propensity Score Matching: A Practical Guide for Researchers"},"content":{"rendered":"\n<p>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.<\/p>\n\n\n\n<p>At its core, the method estimates each participant&#8217;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.<\/p>\n\n\n\n<p>In this blog, we&#8217;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.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What is propensity score matching?<\/strong><\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>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&#8217;t, comparing their outcomes gets closer to isolating the treatment&#8217;s true effect.<\/p>\n\n\n\n<p>This matters most when random assignment isn&#8217;t available and<a href=\"https:\/\/www.questionpro.com\/blog\/selection-bias\/\"> selection bias<\/a> is likely, meaning the people who received a treatment differ systematically from those who didn&#8217;t. Without correcting for that, an analyst risks confusing a confounding variable&#8217;s influence with the treatment&#8217;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.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Propensity score matching vs. other bias-reduction methods<\/strong><\/h2>\n\n\n\n<p>People often use &#8220;propensity score matching&#8221; as a catch-all term, but matching is only one of four ways to apply a propensity score once it&#8217;s estimated. Confusing the four leads to picking a method that doesn&#8217;t fit the data.<\/p>\n\n\n\n<p>The table below outlines how each approach works and when it tends to fit best.<\/p>\n\n\n\n<div style=\"overflow-x:auto; width:100%; margin:1.5rem 0;\">\n  <table style=\"border-collapse:collapse; width:100%; min-width:650px; table-layout:fixed;\">\n    <thead>\n      <tr>\n        <th style=\"background:#1a2b5e; color:#fff; padding:10px 14px; border:1px solid #C5CFE8; font-size:18px; text-align:left; width:22%;\">Method<\/th>\n        <th style=\"background:#162450; color:#fff; padding:10px 14px; border:1px solid #C5CFE8; font-size:18px; text-align:left; width:43%;\">How it works<\/th>\n        <th style=\"background:#1a2b5e; color:#fff; padding:10px 14px; border:1px solid #C5CFE8; font-size:18px; text-align:left; width:35%;\">Best used when<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; font-weight:600; word-wrap:break-word;\">Matching<\/td>\n        <td style=\"background:#f0f4ff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Pairs each treated participant with an untreated participant who has a nearly identical propensity score<\/td>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Sample size is moderate to large and close matches are available<\/td>\n      <\/tr>\n      <tr>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; font-weight:600; word-wrap:break-word;\">Stratification<\/td>\n        <td style=\"background:#f0f4ff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Groups participants into blocks based on score ranges, then compares within each block<\/td>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Researchers want a simpler, more transparent grouping method<\/td>\n      <\/tr>\n      <tr>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; font-weight:600; word-wrap:break-word;\">Inverse probability weighting<\/td>\n        <td style=\"background:#f0f4ff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Weights each participant by the inverse of their probability of receiving the treatment they actually got<\/td>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">The full sample should be retained rather than discarded through matching<\/td>\n      <\/tr>\n      <tr>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; font-weight:600; word-wrap:break-word;\">Covariate adjustment<\/td>\n        <td style=\"background:#f0f4ff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Adds the propensity score as a control variable inside a regression model<\/td>\n        <td style=\"background:#ffffff; padding:9px 14px; border:1px solid #E5E7EB; font-size:16px; vertical-align:top; word-wrap:break-word;\">Researchers want to combine propensity scores with other statistical controls<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n<\/div>\n\n\n\n<p>Propensity score matching also gets confused with<a href=\"https:\/\/www.questionpro.com\/blog\/quasi-experimental-research\/\"> quasi-experimental research<\/a> 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.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Real-world examples of propensity score matching<\/strong><\/h2>\n\n\n\n<p>Propensity score matching shows up anywhere researchers need to compare groups that weren&#8217;t randomly assigned. A few examples illustrate the range.<\/p>\n\n\n\n<p>Cardiovascular researchers have used propensity score matching to compare patients who received a particular medication against those who didn&#8217;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&#8217;t, to estimate the program&#8217;s effect on outcomes like graduation rates.<\/p>\n\n\n\n<p>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&#8217;s real effect on retention, controlling for the traits that made some customers more likely to opt in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to build a propensity score model<\/strong><\/h2>\n\n\n\n<p>Building a usable propensity score model comes down to a handful of deliberate steps. Rushing variable selection is where most models go wrong.<\/p>\n\n\n\n<ol>\n<li><strong>List potential confounders.<\/strong> Gather the baseline characteristics that plausibly affect both who received the treatment and the outcome being studied.<\/li>\n\n\n\n<li><strong>Run a logistic or probit regression.<\/strong> 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.<\/li>\n\n\n\n<li><strong>Generate the predicted probability for each participant.<\/strong> That output is the propensity score.<\/li>\n\n\n\n<li><strong>Exclude variables that were affected by the treatment itself.<\/strong> Including a treatment-affected variable hides part of the treatment&#8217;s real impact instead of removing bias.<\/li>\n\n\n\n<li><strong>Drop covariates that perfectly predict treatment status.<\/strong> If a variable makes treatment assignment fully predictable, there&#8217;s no overlap left to compare, and the variable should be removed from the model.<\/li>\n<\/ol>\n\n\n\n<p>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.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to evaluate and balance a propensity score<\/strong><\/h2>\n\n\n\n<p>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&#8217;t replicate.<\/p>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>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&#8217;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.<\/p>\n\n\n\n<p>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<a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC6387794\/\" target=\"_blank\" rel=\"noreferrer noopener\"> propensity score guide published through the National Library of Medicine<\/a>, 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.<\/p>\n\n\n\n<p>One caution worth repeating: don&#8217;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.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Matching and weighting strategies: how to choose<\/strong><\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p><strong>Matching pros:<\/strong><\/p>\n\n\n\n<ul>\n<li>Produces two clearly defined, comparable groups that are easy to explain to non-technical stakeholders<\/li>\n\n\n\n<li>Naturally discards participants with no realistic counterpart, which limits comparisons to the region of common support<\/li>\n\n\n\n<li>Works well with a nearest-neighbor approach using a caliper, a maximum allowed distance between two propensity scores, to prevent poor-quality matches<\/li>\n<\/ul>\n\n\n\n<p><strong>Matching cons:<\/strong><\/p>\n\n\n\n<ul>\n<li>Can discard a meaningful share of the original sample if good matches are scarce<\/li>\n\n\n\n<li>Sensitive to how the caliper is set: too wide, and matches get sloppy; too narrow, and too many participants get dropped<\/li>\n<\/ul>\n\n\n\n<p><strong>Weighting pros:<\/strong><\/p>\n\n\n\n<ul>\n<li>Keeps the full sample intact, which preserves statistical power<\/li>\n\n\n\n<li>Tends to perform well when the propensity score model is reasonably accurate across the whole range of scores<\/li>\n<\/ul>\n\n\n\n<p><strong>Weighting cons:<\/strong><\/p>\n\n\n\n<ul>\n<li>Extreme propensity scores near zero or one can produce unstable, oversized weights<\/li>\n\n\n\n<li>Harder to explain intuitively compared with a simple matched-pairs approach<\/li>\n<\/ul>\n\n\n\n<p>There isn&#8217;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.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common mistakes and limitations to watch for<\/strong><\/h2>\n\n\n\n<p>Propensity score matching corrects for measured differences between groups, but it has real limits that are easy to overlook.<\/p>\n\n\n\n<ul>\n<li><strong>Unmeasured confounders remain a blind spot.<\/strong><br>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.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Poor overlap undermines the whole analysis.<\/strong><br>If treated and untreated participants don&#8217;t share a meaningful range of propensity scores, comparisons in the non-overlapping region aren&#8217;t credible.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Including treatment-affected variables backfires.<\/strong><br>A covariate that was influenced by the treatment shouldn&#8217;t be in the model, since it masks part of the effect being measured.<\/li>\n<\/ul>\n\n\n\n<ul>\n<li><strong>Treating it as a substitute for good study design.<\/strong><br>Propensity score matching works best when it&#8217;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<a href=\"https:\/\/www.questionpro.com\/blog\/research-bias\/\"> research bias<\/a> more broadly: statistical methods can&#8217;t fully compensate for weak upstream data collection.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How reliable data collection supports better propensity score models<\/strong><\/h2>\n\n\n\n<p>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.<\/p>\n\n\n\n<p>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.<a href=\"https:\/\/www.questionpro.com\/research-suite\/\"> QuestionPro&#8217;s market research software<\/a> supports this kind of structured, large-scale data collection, giving researchers a cleaner foundation to build and evaluate propensity score models against.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Where propensity scores fit in the bigger research toolkit<\/strong><\/h2>\n\n\n\n<p>Propensity score matching won&#8217;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&#8217;t realistic.<\/p>\n\n\n\n<p>Used carefully, with real attention to overlap, balance, and the limits of what&#8217;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.<\/p>\n\n\n\n<p><\/p>\n\n\n\n\n\t<div class=\"banner-section wf-section\" lang=\"\" >\n\t\t<div class=\"right-column-container\">\n\t\t\t<div class=\"bannerbg white\">\n\t\t\t\t<span class=\"h1-2\">Create memorable experiences based on real-time data, insights and advanced analysis.<\/span>\n\t\t\t\t<a href=\"#userliteForm\" data-toggle=\"modal\" class=\"button w-button\">Request Demo<\/a>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"userlite-modal modal fade\" id=\"userliteForm\" tabindex=\"-1\" role=\"dialog\" style=\"display: none;\">\n\t\t<div class=\"modal-dialog\" role=\"document\">\n\t\t\t<div class=\"modal-content\" role=\"document\">\n\t\t\t\t<div class=\"modal-body\">\n\t\t\t\t\t<div class=\"modal-header\">\n\t\t\t\t\t\t<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\n\t\t\t\t\t\t\t<i class=\"material-icons\">close<\/i>\n\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"contact-us-form-wrapper contact-box\">\n\t\t\t\t\t\t<div class=\"userlite-form-wrapper\">\n\t\t\t\t\t\t\t<iframe src=\"https:\/\/www.questionpro.com\/userlite-form-blog-en.html?product=Research&amp;referralurl=https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/posts\/1108660&amp;lang=en&amp;cat=market-research\" style=\"display: block;\" ><\/iframe>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"demo-form-wrapper success-message-div\" style=\"display:none\">\n\t\t\t\t\t\t\t<p class=\"success-message-para\"><\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions (FAQs)<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1787895662800\"><strong class=\"schema-faq-question\"><strong>Is propensity score matching the same as regression adjustment?<\/strong><\/strong> <p class=\"schema-faq-answer\">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.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1787895672794\"><strong class=\"schema-faq-question\"><strong>How large does a sample need to be for propensity score matching?<\/strong><\/strong> <p class=\"schema-faq-answer\">There&#8217;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.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1787895689424\"><strong class=\"schema-faq-question\"><strong>Can propensity score matching prove causation?<\/strong><\/strong> <p class=\"schema-faq-answer\">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.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1787895784778\"><strong class=\"schema-faq-question\"><strong>What software do researchers use for propensity score matching?<\/strong><\/strong> <p class=\"schema-faq-answer\">Common choices include R packages like MatchIt, Stata&#8217;s psmatch2 command, and Python libraries built for causal inference. The software matters less than getting variable selection and balance checks right first.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1787895793162\"><strong class=\"schema-faq-question\"><strong>Why do some studies avoid propensity score matching entirely?<\/strong><\/strong> <p class=\"schema-faq-answer\">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.<\/p> <\/div> <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Randomized experiments are not always possible. Ethics, cost, or timing can rule them out, leaving researchers to work with observational [&hellip;]<\/p>\n","protected":false},"author":49,"featured_media":1108695,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_focuskw":"propensity score matching","_yoast_wpseo_title":"%%title%%","_yoast_wpseo_metadesc":"Propensity score matching helps researchers reduce selection bias when random assignment isn't possible. Learn how it works, the steps involved, and mistakes to avoid.","_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[203],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Propensity Score Matching: A Practical Guide for Researchers<\/title>\n<meta name=\"description\" content=\"Propensity score matching helps researchers reduce selection bias when random assignment isn&#039;t possible. Learn how it works, the steps involved, and mistakes to avoid.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Propensity Score Matching: A Practical Guide for Researchers\" \/>\n<meta property=\"og:description\" content=\"Propensity score matching helps researchers reduce selection bias when random assignment isn&#039;t possible. Learn how it works, the steps involved, and mistakes to avoid.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\" \/>\n<meta property=\"og:site_name\" content=\"QuestionPro\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/questionpro\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-25T05:36:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-28T06:00:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2024\/04\/propensity-score-matching-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1004\" \/>\n\t<meta property=\"og:image:height\" content=\"564\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Fabyio Villegas\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@questionpro\" \/>\n<meta name=\"twitter:site\" content=\"@questionpro\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fabyio Villegas\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\"},\"author\":{\"name\":\"Fabyio Villegas\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/#\/schema\/person\/4f0c1596eb1a64b215717f16e263068d\"},\"headline\":\"Propensity Score Matching: A Practical Guide for Researchers\",\"datePublished\":\"2024-04-25T05:36:00+00:00\",\"dateModified\":\"2026-08-28T06:00:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\"},\"wordCount\":1996,\"publisher\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/#organization\"},\"articleSection\":[\"Market Research\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\",\"url\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\",\"name\":\"Propensity Score Matching: A Practical Guide for Researchers\",\"isPartOf\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/#website\"},\"datePublished\":\"2024-04-25T05:36:00+00:00\",\"dateModified\":\"2026-08-28T06:00:31+00:00\",\"description\":\"Propensity score matching helps researchers reduce selection bias when random assignment isn't possible. Learn how it works, the steps involved, and mistakes to avoid.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895662800\"},{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895672794\"},{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895689424\"},{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895784778\"},{\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895793162\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.questionpro.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Market Research\",\"item\":\"https:\/\/www.questionpro.com\/blog\/category\/market-research\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Propensity Score Matching: A Practical Guide for Researchers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/#website\",\"url\":\"https:\/\/www.questionpro.com\/blog\/\",\"name\":\"QuestionPro\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.questionpro.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/#organization\",\"name\":\"QuestionPro\",\"url\":\"https:\/\/www.questionpro.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2022\/10\/questionpro-logo.svg\",\"contentUrl\":\"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2022\/10\/questionpro-logo.svg\",\"caption\":\"QuestionPro\"},\"image\":{\"@id\":\"https:\/\/www.questionpro.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/questionpro\",\"https:\/\/twitter.com\/questionpro\",\"https:\/\/www.linkedin.com\/company\/questionpro\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/#\/schema\/person\/4f0c1596eb1a64b215717f16e263068d\",\"name\":\"Fabyio Villegas\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c1eda364265c66792ad93d208502b662?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c1eda364265c66792ad93d208502b662?s=96&d=mm&r=g\",\"caption\":\"Fabyio Villegas\"},\"description\":\"Copywriter and SEO Specialist. With over 11 years of experience in Digital Marketing and Educational Content Curation.\",\"url\":\"https:\/\/www.questionpro.com\/blog\/author\/fabiola\/\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895662800\",\"position\":1,\"url\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895662800\",\"name\":\"Is propensity score matching the same as regression adjustment?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"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.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895672794\",\"position\":2,\"url\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895672794\",\"name\":\"How large does a sample need to be for propensity score matching?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"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.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895689424\",\"position\":3,\"url\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895689424\",\"name\":\"Can propensity score matching prove causation?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"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.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895784778\",\"position\":4,\"url\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895784778\",\"name\":\"What software do researchers use for propensity score matching?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"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.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895793162\",\"position\":5,\"url\":\"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895793162\",\"name\":\"Why do some studies avoid propensity score matching entirely?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"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.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Propensity Score Matching: A Practical Guide for Researchers","description":"Propensity score matching helps researchers reduce selection bias when random assignment isn't possible. Learn how it works, the steps involved, and mistakes to avoid.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/","og_locale":"en_US","og_type":"article","og_title":"Propensity Score Matching: A Practical Guide for Researchers","og_description":"Propensity score matching helps researchers reduce selection bias when random assignment isn't possible. Learn how it works, the steps involved, and mistakes to avoid.","og_url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/","og_site_name":"QuestionPro","article_publisher":"https:\/\/www.facebook.com\/questionpro","article_published_time":"2024-04-25T05:36:00+00:00","article_modified_time":"2026-08-28T06:00:31+00:00","og_image":[{"width":1004,"height":564,"url":"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2024\/04\/propensity-score-matching-1.jpg","type":"image\/jpeg"}],"author":"Fabyio Villegas","twitter_card":"summary_large_image","twitter_creator":"@questionpro","twitter_site":"@questionpro","twitter_misc":{"Written by":"Fabyio Villegas","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#article","isPartOf":{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/"},"author":{"name":"Fabyio Villegas","@id":"https:\/\/www.questionpro.com\/blog\/#\/schema\/person\/4f0c1596eb1a64b215717f16e263068d"},"headline":"Propensity Score Matching: A Practical Guide for Researchers","datePublished":"2024-04-25T05:36:00+00:00","dateModified":"2026-08-28T06:00:31+00:00","mainEntityOfPage":{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/"},"wordCount":1996,"publisher":{"@id":"https:\/\/www.questionpro.com\/blog\/#organization"},"articleSection":["Market Research"],"inLanguage":"en-US"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/","url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/","name":"Propensity Score Matching: A Practical Guide for Researchers","isPartOf":{"@id":"https:\/\/www.questionpro.com\/blog\/#website"},"datePublished":"2024-04-25T05:36:00+00:00","dateModified":"2026-08-28T06:00:31+00:00","description":"Propensity score matching helps researchers reduce selection bias when random assignment isn't possible. Learn how it works, the steps involved, and mistakes to avoid.","breadcrumb":{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895662800"},{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895672794"},{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895689424"},{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895784778"},{"@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895793162"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.questionpro.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Market Research","item":"https:\/\/www.questionpro.com\/blog\/category\/market-research\/"},{"@type":"ListItem","position":3,"name":"Propensity Score Matching: A Practical Guide for Researchers"}]},{"@type":"WebSite","@id":"https:\/\/www.questionpro.com\/blog\/#website","url":"https:\/\/www.questionpro.com\/blog\/","name":"QuestionPro","description":"","publisher":{"@id":"https:\/\/www.questionpro.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.questionpro.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.questionpro.com\/blog\/#organization","name":"QuestionPro","url":"https:\/\/www.questionpro.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.questionpro.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2022\/10\/questionpro-logo.svg","contentUrl":"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2022\/10\/questionpro-logo.svg","caption":"QuestionPro"},"image":{"@id":"https:\/\/www.questionpro.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/questionpro","https:\/\/twitter.com\/questionpro","https:\/\/www.linkedin.com\/company\/questionpro\/"]},{"@type":"Person","@id":"https:\/\/www.questionpro.com\/blog\/#\/schema\/person\/4f0c1596eb1a64b215717f16e263068d","name":"Fabyio Villegas","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.questionpro.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c1eda364265c66792ad93d208502b662?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c1eda364265c66792ad93d208502b662?s=96&d=mm&r=g","caption":"Fabyio Villegas"},"description":"Copywriter and SEO Specialist. With over 11 years of experience in Digital Marketing and Educational Content Curation.","url":"https:\/\/www.questionpro.com\/blog\/author\/fabiola\/"},{"@type":"Question","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895662800","position":1,"url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895662800","name":"Is propensity score matching the same as regression adjustment?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"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.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895672794","position":2,"url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895672794","name":"How large does a sample need to be for propensity score matching?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"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.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895689424","position":3,"url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895689424","name":"Can propensity score matching prove causation?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"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.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895784778","position":4,"url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895784778","name":"What software do researchers use for propensity score matching?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"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.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895793162","position":5,"url":"https:\/\/www.questionpro.com\/blog\/propensity-score-matching\/#faq-question-1787895793162","name":"Why do some studies avoid propensity score matching entirely?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"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.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"featured_image_src":"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2024\/04\/propensity-score-matching-1-600x400.jpg","featured_image_src_square":"https:\/\/www.questionpro.com\/blog\/wp-content\/uploads\/2024\/04\/propensity-score-matching-1-600x564.jpg","author_info":{"display_name":"Fabyio Villegas","author_link":"https:\/\/www.questionpro.com\/blog\/author\/fabiola\/"},"_links":{"self":[{"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/posts\/1108660"}],"collection":[{"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/comments?post=1108660"}],"version-history":[{"count":2,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/posts\/1108660\/revisions"}],"predecessor-version":[{"id":1108694,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/posts\/1108660\/revisions\/1108694"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/media\/1108695"}],"wp:attachment":[{"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/media?parent=1108660"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/categories?post=1108660"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.questionpro.com\/blog\/wp-json\/wp\/v2\/tags?post=1108660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}