Evaluating Causal Inference models. How to check for common support and covariate balance using Box Plots and Love Plots.
A propensity score is the estimated probability that a unit receives the treatment, given its observed covariates. In observational studies where randomization is not possible, propensity scores let us approximate a randomized experiment by balancing the distribution of confounders between the treated and control groups.
Once scores are estimated (usually via logistic regression or gradient-boosted trees), they enable several adjustment strategies: matching pairs similar treated and control units, stratification bins units into score quintiles, weighting uses inverse probability weights, and regression adjustment includes the score as a covariate.
Common support (overlap) means every unit has a non-trivial chance of appearing in either the treated or control group. When the propensity-score distributions barely overlap, matching is unreliable because many treated units have no comparable controls.
A Love Plot shows the standardized mean difference (SMD) for each covariate before and after matching. The goal is to shrink every dot inside the ±0.1 threshold, indicating adequate balance.