Learn R Programming

metaHelper (version 1.0.0)

SMD_from_OR: Standardized Mean Difference from Odds Ratio

Description

Approximates SMD from OR.

Usage

SMD_from_OR(OR)

Value

Standardized Mean Difference

Arguments

OR

odds ratio

References

Borenstein, M., Hedges, L.V., Higgins, J.P.T. and Rothstein, H.R. (2009). Converting Among Effect Sizes. In Introduction to Meta-Analysis (eds M. Borenstein, L.V. Hedges, J.P.T. Higgins and H.R. Rothstein). https://doi.org/10.1002/9780470743386.ch7

Examples

Run this code
# Transform an OR of 0.3 to SMD
SMD_from_OR(0.3)

Run the code above in your browser using DataLab