Opening Scene
A plumber inspecting an old building with inconsistent records might find two nearly identical fixtures, installed the same year, in similar rooms, on similar walls — except one was connected during a renovation to a different supply line than the other. That near-identical pair, differing in essentially one specific way, offers a genuinely useful comparison, almost as good as a deliberately controlled test, even though nobody planned the comparison in advance.
In Plain English
Matching methods compare treated and untreated subjects who are otherwise as similar as possible across relevant characteristics, approximating the balance a true randomized trial would provide. Propensity score matching, the most common version, summarizes many characteristics into a single score representing the probability of receiving treatment, then matches treated and untreated subjects with similar scores, making the comparison tractable even across many variables at once.
The Old Way
Before formal matching methods existed, comparisons across naturally different groups were made much more informally:
- A hospital comparing outcomes between two roughly similar patient groups without a systematic method for actually confirming they were comparable.
- A business comparing two roughly similar stores or regions without a rigorous method for measuring and confirming their actual similarity.
- A researcher eyeballing two groups and declaring them “similar enough”, without any quantitative check.
Formal matching methods emerged specifically to replace this kind of informal, unverified comparison with a rigorous, checkable one.
What’s Changing (and Why AI Is the Reason)
- Propensity score methods, developed substantially in the 1980s, provided a rigorous way to match across many characteristics simultaneously, rather than requiring an impractical exact match on every individual variable.
- Modern machine learning methods can now estimate propensity scores and identify matches with far greater flexibility and accuracy than the classical statistical models matching methods originally relied on.
- As richer observational data has become available, the quality of achievable matches has improved considerably — better data means a treated and untreated pair can be matched on more, and more relevant, characteristics.
The Metaphor, Fully Extended
| Behind the Wall | Matching Concept |
|---|---|
| Two nearly identical fixtures, differing in one specific connection | Two nearly identical subjects, differing in treatment status |
| Confirming the fixtures are genuinely comparable before drawing conclusions | Confirming subjects are genuinely comparable using a propensity score |
| A near-controlled comparison found within existing records, not deliberately designed | A near-experimental comparison found within observational data, not deliberately designed |
| Records detailed enough to actually confirm real similarity | Data rich enough to actually confirm real similarity via matching |
For Beginners: What to Actually Do
- Learn the basic idea of a propensity score as a single summary of “how likely this subject was to receive treatment,” before diving into the technical estimation details.
- Practice checking whether a proposed match is genuinely comparable across the characteristics that plausibly matter, not just superficially similar.
- Understand matching’s key limitation: it can only balance on measured characteristics — unmeasured confounders, covered in Article 16, remain a real risk.
For Practitioners and Leaders: The Deeper Layer
- Invest in rich, relevant observational data specifically because it improves the quality of achievable matches.
- Require explicit reporting of match quality — how similar matched pairs actually are — rather than accepting a matching-based estimate at face value.
- Recognize matching as a genuinely useful method for many business questions where an RCT isn’t feasible, while remaining honest about its reliance on measured, not unmeasured, characteristics.
Quick Recap
- Matching compares treated and untreated subjects who are otherwise as similar as possible, approximating a randomized trial’s balance.
- Propensity score matching summarizes many characteristics into one score, making comparison across many variables tractable.
- Modern machine learning has improved the flexibility and accuracy of propensity score estimation considerably.
- Matching can only balance on measured characteristics, leaving unmeasured confounding as a real, ongoing risk.
Where This Fits in the Series
Article 9 covered finding naturally comparable pairs. Article 10 covers a method for using a single group’s own before-and-after change as its own comparison.
Subscribe to the Newsletter
Get the latest DataParables articles delivered straight to your inbox.