Causal Inference: A Statistical Learning Approach

Propensity Score Matching (PSM)

A statistical technique to estimate the effect of a treatment, policy, or other intervention by accounting for the covariates that predict receiving the treatment.

Used in observational studies where random assignment to treatment/control groups is not feasible.

Helps in reducing the selection bias by equating groups based on the covariates.

Idea → the main idea behind PSM is to imitate a randomized controlled trial as closely as possible → making sure treatment and control groups are comparable (using propensity score) in terms of observed covariates → so that the only difference between the two groups is the treatment itself.

Real world applications:

Propensity score → probability of receiving a particular treatment given a set of observed characteristics (i.e., covariates) → calculated using logistic regression or other methods → used to match units (e.g., a person, user, etc.) in treatment and control groups → create synthetic control group that’s statistically similar to the treatment group (in terms of the covariates).

Steps of PSM:

  1. Estimate propensity scoreslogistic regression or similar methods
  2. Matchingnearest neighbor matching, stratification matching, kernel matching