View source: R/helper_functions.R
covf | R Documentation |
Correlation estimators
covf(x, cor.method, scale.method, center.method)
x |
input matrix |
cor.method |
"sd" or "qn" |
scale.method |
could be "pearson", "pair" and "gaussrank" |
pda.method |
"nearpd" or FALSE |
lmin |
min threshold of eigenvalues |
covmatrix, the estimated covariance matrix
cormatrix, the estimated correlation matrix
scale, the estimated scale vector
lmin, the min threshold of eigenvalues
x = matrix(rnorm(100), ncol = 10)
covf(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.