This folder contains the replication material and is structured as follows.
-
code/
contains theR
scripts for replicating all results in the manuscript. -
helpers/
contains a helper package that is loaded in some of the replication scripts.
We provide a Makefile
for conveniently running the scripts in code/
(code for how to manually reproduce the results can be found in the Makefile
)
as follows.
Please run this first.
make dependencies
make sim-all
make vis
make all
case-study.R
-- SUPPORT2 data applicationdependencies.R
-- Script for installing all dependenciesenvironment-parent-faithfulness-violated.R
-- Results in Appendix A5faithfulness.R
-- Results in Appendix B5gcm-penalized.R
andgcm-smooth.R
-- Results in Appendix B6identifiability.R
-- Results in Figure E1intro-binary.R
-- Results in Figure 1invariance-example.R
-- Results in Appendix Dnonparametric.R
-- Results in Appendix B7run-simulation.R
-- Results in Appendix B (seeMakefile
for details)vis-simulation.R
-- For visualizing the output ofrun-simulation.R