Learn R Programming

tipr (version 0.4.0)

e_value: Calculate an E-value

Description

Calculate an E-value

Usage

e_value(effect)

Arguments

effect

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

Value

Numeric value

Examples

Run this code
# NOT RUN {
e_value(0.9)
e_value(1.3)
# }

Run the code above in your browser using DataLab