ufs (version 0.2.0)

attenuate.d: Attenuate a Cohen's d estimate for unreliability in the continuous variable

Description

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

Usage

attenuate.d(d, reliability)

Arguments

d

The (disattenuated) value of Cohen's d

reliability

The reliability of the measurements of the continuous variable

Value

The attenuated value of Cohen's d

Examples

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

Run the code above in your browser using DataCamp Workspace