Tipping-point analysis for missing-data sensitivity
Source:R/sensitivity.R
tipping_point_analysis.RdHow much would unobserved outcomes need to differ from observed
ones for the treatment effect to become non-significant?
Phase 1.g cross-references tipr for the unmeasured-confounder
family of tipping-point calculations
(see also morie_sensitivity_tipping_point).
Usage
tipping_point_analysis(
estimate,
se,
n_treated,
n_control,
delta_range = NULL,
outcome_type = "continuous"
)