Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 683 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 683 Bytes

R build status CRAN version

causalsens

causalsens is an R package for performing sensitivity analyses for the estimation of causal effects. It implement the methods of Blackwell (2014). You can install causalsens using the following code:

require(devtools)
install_github("mattblackwell/causalsens", ref = "master")