Uses the HR-to-RR approximation from VanderWeele (2017).
Usage
e_value_hr(hr, ci_lower = NULL, ci_upper = NULL)
Arguments
- hr
Hazard ratio.
- ci_lower, ci_upper
Optional 95% CI of HR.
Value
A morie_evalue named-list.
Examples
res <- e_value_hr(2.0, ci_lower = 1.5, ci_upper = 2.5)
res$e_value_point
#> [1] 2.606409