Utilities to investigate sensitivity to unmeasured confounding in parametric models with either binary or continuous treatment.
A package for R, with C/C++.
Pre-built binaries of the package are built by CRAN. These can be installed from within R using the typical install.packages() mechanism.
Steps to install from source:
-
Install development tools for your operating system:
- Linux/Unix should already have this installed; if not, use your package manager to install a C/C++ compiler.
- OS X: clang and gfortran
- Windows: Rtools
-
Install the
remotespackage from within R:
install.packages("remotes")- Run:
remotes::install_github("vdorie/dbarts")