Description Usage Arguments Value Author(s) Examples
View source: R/rel.correction.R
rel.correction corrects obtained correlation for unreliability.
| 1 | rel.correction(rxyi, rxxi = NULL, ryyi = NULL)
 | 
| 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 | 
returns a scalar that is the corrected correlation.
Dustin Fife
| 1 2 3 | 	rel.correction(rxyi=.3, rxxi=.8)
	rel.correction(rxyi=.3, rxxi=.8, ryyi=.6)
	rel.correction(rxyi=.3, ryyi=.6)		
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.