Code for the surveillance scheduling paper.
To install the package:
devtools::install_github("DRuiCHEN/survSched")
To reproduce the simulation results and the figures:
- Download the
paper/
folder. - Install the package and run
simu_run.R
(orsimu_run_supp.R
for the experiments in the supplementary materials). The results from this step are already stored inpaper/rds/
. simu_plot.R
(orsimu_plot_supp.R
) loads the results inpaper/rds/
and produces the figures in the paper.