interpret_oddsratio {effectsize}R Documentation

Interpret Odds Ratio

Description

Interpret Odds Ratio

Usage

interpret_oddsratio(OR, rules = "chen2010", log = FALSE, ...)

Arguments

OR

Value or vector of (log) odds ratio values.

rules

Can be "⁠chen2010"⁠ (default), "cohen1988" (through transformation to standardized difference, see oddsratio_to_d()) or custom set of rules().

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 0.8.7 Index]