Learn R Programming

psycho (version 0.4.91)

interpret_odds: Odds ratio interpreation for a posterior distribution.

Description

Interpret odds with a set of rules.

Usage

interpret_odds(x, log = FALSE, direction = FALSE, rules = "chen2010")

Arguments

x

Odds ratio.

log

Are these log odds ratio?

direction

Return direction.

rules

Can be "chen2010" (default), "cohen1988" (through log odds to Cohen's d transformation) or a custom list.

References

  • 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.

See Also

http://imaging.mrc-cbu.cam.ac.uk/statswiki/FAQ/effectSize

Examples

Run this code
# NOT RUN {
library(psycho)
interpret_odds(x = 2)
# }

Run the code above in your browser using DataLab