rel.correction: Corrects a correlation for unreliability

Description Usage Arguments Value Author(s) Examples

View source: R/rel.correction.R

Description

rel.correction corrects obtained correlation for unreliability.

Usage

1
rel.correction(rxyi, rxxi = NULL, ryyi = NULL)

Arguments

rxyi

the obtained restricted correlation coefficient (obtained from the incumbents).

rxxi

the obtained reliability of x in the sample

ryyi

the obtained reliability of y in the sample

Value

returns a scalar that is the corrected correlation.

Author(s)

Dustin Fife

Examples

1
2
3
	rel.correction(rxyi=.3, rxxi=.8)
	rel.correction(rxyi=.3, rxxi=.8, ryyi=.6)
	rel.correction(rxyi=.3, ryyi=.6)		

selection documentation built on May 30, 2017, 5:27 a.m.