Learn R Programming

parameters (version 0.2.0)

d_to_r: Conversion between standardized difference d and correlation r

Description

Enables a conversion between standardized difference (Cohen's d) and correlation r.

Usage

d_to_r(d, ...)

r_to_d(r, ...)

convert_d_to_r(d, ...)

convert_r_to_d(r, ...)

Arguments

d

A standardized difference value (Cohen's d).

...

Arguments passed to or from other methods.

r

A correlation coefficient r.

Value

Converted index.

References

  • Borenstein, Michael, et al. "Converting among effect sizes." Introduction to meta-analysis (2009): 45-49.

Examples

Run this code
# NOT RUN {
d_to_r(d = 1.1547)
# }

Run the code above in your browser using DataLab