cholcovs | R Documentation |
cholcovs
cholcovs(X, use = "everything")
X |
A matrix of data. |
use |
the missing data type to use for the correlation. Default is R's default "everything". |
This function returns the cholesky decomposition of the correlation matrix of the data
X<-stats::rnorm(100) Y<-stats::rnorm(100)+X Z<-cbind(X,Y) cholcovs(Z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.