Learn R Programming

selection (version 1.0)

rel.correction: Corrects a correlation for unreliability

Description

rel.correction corrects obtained correlation for unreliability.

Usage

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.

Examples

Run this code
rel.correction(rxyi=.3, rxxi=.8)
	rel.correction(rxyi=.3, rxxi=.8, ryyi=.6)
	rel.correction(rxyi=.3, ryyi=.6)

Run the code above in your browser using DataLab