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.
Examples
Run this code# NOT RUN {
d_to_r(d = 1.1547)
# }
Run the code above in your browser using DataLab