Causality
- Correlation doesn’t tell us enough about causality.
- Solutions
- Observe the same individual at different points in time.
- Observe two nearly identical individuals and treat differently.
ATE≈EN[yi∣ti=1]−EN[yi∣ti=0]−Selection Bias
Selection Bias=E[Y(1)∣T=0]−E[Y(0)∣T=0]
- Randomized Controlled Experiment (RCE)
Yi≈β^0+β^1Ti
- Regression model
- β^0: average outcome in the control group
- β^0+β^1: average outcome in the control group
- β^1: the Average Treatment Effect ATE
- Propensity score: represents the conditional probability of receiving a
particular treatment given a set of observed covariates.
Procedures
- Compute a propensity score model using
logistic regression, which predicts receiving the
treatment based on observed covariates.
- Calculate propensity score of each observation, match the ones with similar
scores, can be based on KNN or similar methods.
- Use the matched sample to make a fair comparison between treated and
non-treated and examine the impact.