ufs (version 0.5.12)

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)

Value

An unnames numeric vector with the U3 values.

Arguments

d

Cohen's d.

Examples

Run this code
convert.d.to.U3(.5);

Run the code above in your browser using DataLab