ufs (version 0.3.2)

attenuate.r: Attenuate a Pearson's r estimate for unreliability in the measurements

Description

Attenuate a Pearson's r estimate for unreliability in the measurements

Usage

attenuate.r(r, reliability1, reliability2)

Arguments

r

The (disattenuated) value of Pearson's r

reliability1, reliability2

The reliabilities of the two variables

Value

The attenuated value of Pearson's r

Examples

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

Run the code above in your browser using DataCamp Workspace