Skip to content

guhjy/treatSens

 
 

Repository files navigation

treatSens

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:

  1. Install development tools for your operating system:

    1. Linux/Unix should already have this installed; if not, use your package manager to install a C/C++ compiler.
    2. OS X: clang and gfortran
    3. Windows: Rtools
  2. Install the remotes package from within R:

install.packages("remotes")
  1. Run:
remotes::install_github("vdorie/dbarts")

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.7%
  • R 28.8%
  • C++ 15.9%
  • M4 5.9%
  • Other 0.7%