ufs (version 0.2.0)

disattenuate.d: Disattentuate a Cohen's d estimate for unreliability in the continuous variable

Description

Disattentuate a Cohen's d estimate for unreliability in the continuous variable

Usage

disattenuate.d(d, reliability)

Arguments

d

The (attenuated) value of Cohen's d

reliability

The reliability of the measurements of the continuous variable

Value

The disattenuated value of Cohen's d

Examples

Run this code
# NOT RUN {
disattenuate.d(.5, .8);
# }

Run the code above in your browser using DataLab