normalCor {fungible} | R Documentation |
Compute Normal-Theory Covariances for Correlations
Description
Compute normal-theory covariances for correlations
Usage
normalCor(R, Nobs)
Arguments
R |
a p x p matrix of correlations. |
Nobs |
Number of observations. |
Value
A normal-theory covariance matrix of correlations.
Author(s)
Jeff Jones and Niels Waller
References
Nel, D.G. (1985). A matrix derivation of the asymptotic covariance matrix of sample correlation coefficients. Linear algebra and its applications, 67, 137–145.
See Also
Examples
data(Harman23.cor)
normalCor(Harman23.cor$cov, Nobs = 305)
[Package fungible version 2.4.4 Index]