The causalsens package provides functions to perform sensitivity analyses and to study how various assumptions about selection bias affects estimates of causal effects.
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")