d_to_r: Convert Cohen's d to r.

Description Usage Arguments Examples

View source: R/stats_funcs.R

Description

Uses formula found here (https://www.meta-analysis.com/downloads/Meta-analysis

Usage

1
d_to_r(d = NULL, n1 = NULL, n2 = NULL)

Arguments

d

Cohen's d.

n1

Sample size of the first group.

n2

Sample size of the second group.

Examples

1
d_to_r(0.5, 12, 15)

lukereding/redinglib documentation built on May 25, 2019, 9:32 p.m.