Skip to content

mepland/acic_causality_challenge_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

    American Causal Inference Conference (ACIC)
    2022 Data Challenge

    Inverse Probability Weighting Difference-in-Differences (IPWDID)
    Komodo Health

Authors:

Yuqin Wei, Matthew Epland and Jingyuan (Hannah) Liu

Abstract

In this American Causal Inference Conference (ACIC) 2022 challenge submission, the canonical difference-in-differences (DID) estimator has been used with inverse probability weighting (IPW) and strong simplifying assumptions to produce a benchmark model of the sample average treatment effect on the treated (SATT). Despite the restrictive assumptions and simple model, satisfactory performance in both point estimate and confidence intervals was observed, ranking in the top half of the competition.

Paper

Published in Observational Studies, Volume 9, Issue 3, 2023, the 2022 ACIC special issue.

Prompt

2022 Challenge Site

Cloning the Repository

ssh

git clone git@github.com:mepland/acic_causality_challenge_2022.git

https

git clone https://github.com/mepland/acic_causality_challenge_2022.git

Installing Dependencies

It is recommended to work in a python virtual environment to avoid clashes with other installed software.

python -m venv ~/.venvs/causality
source ~/.venvs/causality/bin/activate
pip install -r requirements.txt

About

Komodo Health's submission to the 2022 ACIC Causality Data Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published