Skip to contents

Produces 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
)

Arguments

estimate

Treatment-effect estimate.

se

Standard error.

rr, odds_ratio, hazard_ratio

Optional effect on each scale.

prevalence

Outcome prevalence (for OR-to-RR).

Value

A data.frame with metric, value.