cholcors | R Documentation |
cholcors
cholcors(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) cholcors(Z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.