Member-only story
A Review of Propensity Score Modelling Approaches
A review of different approaches to using propensity scores in causal inference modelling
In this article I’ll introduce the concept of a propensity score and what they’re used for before presenting 3 common methodologies. I’ll be discussing the following propensity score models:
- Propensity Score Matching with replacement (PSM)
- Propensity Score Matching without replacement (PSM w/o)
- Inverse Propensity Score Weighting (IPSW)
Introduction
The best way to evaluate the impact of a particular intervention or treatment is to run a randomised control trial (RCT). In an RCT you randomly split your population into 2 cohorts and apply the intervention to just one of them – this becomes your treatment group. The cohort that did not receive the intervention is your control. Due to the random assignments between control and treatment there should be no structural differences in characteristics between the two groups. If, after treatment, the treatment group behaves differently (i.e. converts) then we can conclude that this is the result of the intervention.
However, there are many scenarios in which it is not possible to run an RCT including but not…