Propensity Score Matching is a statistical technique used in observational studies to estimate the effect of a treatment, policy, or other intervention by accounting for covariates that predict receiving the treatment.
It mimics a Randomized Controlled Trial (RCT) by creating an artificial control group that is comparable to the treatment group across all observed characteristics.
| Method | Description | Best Use Case |
|---|---|---|
| Nearest Neighbor | Matches treated unit to the closest control unit. | General purpose, most common. |
| Caliper Matching | Matches only within a specific score distance (e.g., +/- 0.05). | When you need high precision matches. |
| 1:k Matching | Matches one treated unit to k control units (e.g., 1:2). | When you have many controls to increase power. |
Before analyzing the outcome, you must check if matching worked. The gold standard is the Standardized Mean Difference (SMD).
Upload your data and perform Propensity Score Matching instantly.
Launch PSM Tool