e_value {tipr}R Documentation

Calculate an E-value

Description

Calculate an E-value

Usage

e_value(effect_observed)

Arguments

effect_observed

Numeric positive value. Observed exposure - outcome effect (assumed to be the exponentiated coefficient, so a risk ratio, odds ratio, or hazard ratio). This can be the point estimate, lower confidence bound, or upper confidence bound.

Value

Numeric value

Examples

e_value(0.9)
e_value(1.3)

[Package tipr version 1.0.2 Index]