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

View source: R/convert.d.to.U3.R

convert.d.to.U3R Documentation

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

convert.d.to.U3(.5);

ufs documentation built on May 29, 2024, 10:30 a.m.