ufs (version 0.3.2)

convert.d.to.U3: Convert Cohen's d to U3

Description

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

Usage

convert.d.to.U3(d)

Arguments

d

Cohen's d.

Value

An unnames numeric vector with the U3 values.

Examples

Run this code
# NOT RUN {
convert.d.to.U3(.5);
# }

Run the code above in your browser using DataLab