(Log) Odds ratio interpretation
interpret_odds(odds, rules = "chen2010", log = FALSE)
Value or vector of (log) odds ratio values.
Can be "chen2010" (default), "cohen1988" (through transformation to standardized difference, see odds_to_d
) or custom set of rules.
Are the provided values log odds ratio.
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.
# NOT RUN {
interpret_odds(1)
interpret_odds(c(5, 2))
# }
Run the code above in your browser using DataLab