ctmaCorRel | R Documentation |
Disattenuates the entries in a correlation matrix using a vector of reliabilities.
ctmaCorRel(empcov = NULL, alphas = NULL)
empcov |
Empirical correlation matrix |
alphas |
Vector reliabilities |
A corrected correlation matrix (corEmpcov). Corrections leading to r > 1.0 are set to 1.0.
empcov313new <- ctmaCorRel(empcov=empcov313, alphas=alphas313)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.