ufs (version 0.5.12)

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

Description

Measurement error (i.e. the complement of reliability) results in a downward bias of observed effect sizes. This attenuation can be emulated by this function.

Usage

attenuate.d(d, reliability)

Value

The attenuated value of Cohen's d

Arguments

d

The value of Cohen's d (that would be obtained with perfect measurements)

reliability

The reliability of the measurements of the continuous variable

Author

Gjalt-Jorn Peters & Stefan Gruijters

References

Bobko, P., Roth, P. L., & Bobko, C. (2001). Correcting the Effect Size of d for Range Restriction and Unreliability. Organizational Research Methods, 4(1), 46–61. tools:::Rd_expr_doi("10.1177/109442810141003")

Examples

Run this code
attenuate.d(.5, .8);

Run the code above in your browser using DataLab