Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 744 Bytes

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
  4. 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.