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.
  • Randomized Controlled Experiment (RCE)
  • Regression model
    • : average outcome in the control group
    • : average outcome in the control group
    • : the Average Treatment Effect
  • 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.