Learn R Programming

effectsize (version 0.2.0)

interpret_odds: (Log) Odds ratio interpretation

Description

(Log) Odds ratio interpretation

Usage

interpret_odds(odds, rules = "chen2010", log = FALSE)

Arguments

odds

Value or vector of (log) odds ratio values.

rules

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

log

Are the provided values log odds ratio.

References

  • Cohen, J. (1988). Statistical power analysis for the behavioural sciences.

  • Chen, H., Cohen, P., & Chen, S. (2010). How big is a big odds ratio? Interpreting the magnitudes of odds ratios in epidemiological studies. Communications in Statistics<U+2014>Simulation and Computation, 39(4), 860-864.

  • S<U+00E1>nchez-Meca, J., Mar<U+00ED>n-Mart<U+00ED>nez, F., & Chac<U+00F3>n-Moscoso, S. (2003). Effect-size indices for dichotomized outcomes in meta-analysis. Psychological methods, 8(4), 448.

Examples

Run this code
# NOT RUN {
interpret_odds(1)
interpret_odds(c(5, 2))
# }

Run the code above in your browser using DataLab