Learn R Programming

psycho (version 0.4.91)

odds_to_d: (Log) odds ratio to Cohen's d

Description

(Log) odds ratio to Cohen's d.

Usage

odds_to_d(x, log = TRUE)

Arguments

x

Odds ratio.

log

Are these log odds ratio?

References

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

See Also

https://www.meta-analysis.com/downloads/Meta-analysis

Examples

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

Run the code above in your browser using DataLab