An open API service indexing awesome lists of open source software.

https://github.com/mtorrens/cil_article

Replication of CPS data analysis and numerical experiments in the article "Confounder importance learning for treatment effect inference"
https://github.com/mtorrens/cil_article

bayesian-inference gender-gap statistics treatment-effects

Last synced: 6 days ago
JSON representation

Replication of CPS data analysis and numerical experiments in the article "Confounder importance learning for treatment effect inference"

Awesome Lists containing this project

README

          

# Replication of numerical experiments, analysis and figures in the article

CIL routines to replicate analyses in the article "Confounder importance learning for treatment effect inference".

## How to run this project

1. Open (a) script `source/00_start.R` and (b) text file `source/00_code_description.txt`
2. Edit line `30` of the script by replacing the object `PATH` with the local path in which the project is installed
3. Make sure every required library and piece of software specified in the text file are installed
5. Source the `00_start.R` script and follow the instructions in `source/00_code_description.txt` for the rest of scripts.

Details about what each script does can also be found in the file `00_code_description.txt`.