interpret_oddsratio {effectsize}R Documentation

Interpret Odds Ratio

Description

Interpret Odds Ratio

Usage

interpret_oddsratio(OR, rules = "cohen1988", p0 = NULL, log = FALSE, ...)

Arguments

OR

Value or vector of (log) odds ratio values.

rules

If "cohen1988" (default), OR is transformed to a standardized difference (via oddsratio_to_d()) and interpreted according to Cohen's rules (see interpret_cohens_d(); see Chen et al., 2010). If a custom set of rules() is used, OR is interpreted as is.

p0

Baseline risk. If not specified, the d to OR conversion uses am approximation (see details).

log

Are the provided values log odds ratio.

...

Currently not used.

Rules

Rules apply to OR as ratios, so OR of 10 is as extreme as a OR of 0.1 (1/10).

References

Examples

interpret_oddsratio(1)
interpret_oddsratio(c(5, 2))


[Package effectsize version 1.0.0 Index]