Apply sensitivity analysis for offline policy evaluation, as
implemented in Jung et al. (2017)
Implements sensitivity analysis from Rosenbaum and Rubin for offline policy evaluation, as implemented in simple rules
You can install rnr from github with:
devtools::install_github("jongbinjung/rnr")
sensitize()
signature is made more flexiblesensitize()
is declared an S3method, with a single implementation for data.frame
s (for now.)