Learn R Programming

tipr (version 1.0.2)

e_value: Calculate an E-value

Description

Calculate an E-value

Usage

e_value(effect_observed)

Value

Numeric value

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.

Examples

Run this code
e_value(0.9)
e_value(1.3)

Run the code above in your browser using DataLab