This function simply returns the result of pnorm() for Cohen's d.

convert.d.to.U3(d)

Arguments

d

Cohen's d.

Value

An unnames numeric vector with the U3 values.

Examples

convert.d.to.U3(.5);
#> [1] 0.6914625