Generate a comprehensive sensitivity-analysis summary
Source:R/sensitivity.R
sensitivity_summary.RdProduces a tidy data.frame with the estimate, CI, p-value, applicable E-values (RR / OR / HR), and a tipping-point delta.
Usage
sensitivity_summary(
estimate,
se,
rr = NULL,
odds_ratio = NULL,
hazard_ratio = NULL,
prevalence = NULL
)