This repository reproduces results from the paper A Comprehensive Framework for the Evaluation of Individual Treatment Rules From Observational Data. The code implements the average rule effect (ARE), average implementation effect (AIE) and maximal implementation gain (MIG) estimators as proposed by Grolleau, Petit and Porcher (2022).
This package is written and maintained by François Grolleau ([email protected]).
- The new_itr_situation folder contains the following files.
figure_2.Rimplements the toy example given in the paper and repoduces Figure 2.
boot_func_new_itr.Rcontains the bootstrap functions used for the new ITR situation application.
mimic_new_itr.Rreproduces Figure 5 for the new ITR situation application.
- The partially_implemented_itr_situation folder contains the following files.
algo1.Rimplements the EM algorithm from the paper and returns ARE, AIE and MIG estimates. ARE, AIE and MIG estimates along their bootstrap standard errors can be obtained in one line of code. An example is given at the end of the file.
simulations.Rreproduces the simulations given in the paper.
plot_results.Rplots the results of the simulations and reproduces Figure 4 from the paper.
François Grolleau, François Petit and Raphaël Porcher. A Comprehensive Framework for the Evaluation of Individual Treatment Rules From Observational Data. 2022. [arxiv]