powered by
Interpret odds with a set of rules.
interpret_odds(x, log = FALSE, direction = FALSE, rules = "chen2010")
Odds ratio.
Are these log odds ratio?
Return direction.
Can be "chen2010" (default), "cohen1988" (through log odds to Cohen's d transformation) or a custom list.
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.
http://imaging.mrc-cbu.cam.ac.uk/statswiki/FAQ/effectSize
# NOT RUN { library(psycho) interpret_odds(x = 2) # }
Run the code above in your browser using DataLab