Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vdorie/treatSens
https://github.com/vdorie/treatSens
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vdorie/treatSens
- Owner: vdorie
- Created: 2014-06-25T15:30:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T22:41:23.000Z (9 months ago)
- Last Synced: 2024-08-02T06:02:08.567Z (3 months ago)
- Language: C
- Size: 188 MB
- Stars: 15
- Watchers: 6
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
treatSens
=========Utilities to investigate sensitivity to unmeasured confounding in parametric models with either binary or continuous treatment.
A package for R, with C/C++.
The pre-built binary on CRAN has been archived. Please 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: [XCode and gfortran](https://mac.r-project.org/tools/)
3. Windows: [Rtools](https://cran.r-project.org/bin/windows/Rtools/)2. Install the `remotes` package from within R:
```R
install.packages("remotes")
```3. Run:
```R
remotes::install_github("vdorie/treatSens")
```