cholesky | R Documentation |
Compute the Choleski factorization of a real symmetric positive-definite square matrix. If it fails, compute the Cholesky factorization of a non-real symmetric positive-definite square matrix.
cholesky(x)
x |
( |
The cholesky matrix
.
## Not run:
# Import the genomic data
data(Maize)
Cholesky <- cholesky(Maize$Geno)
dim(Cholesky)
head(Cholesky[, 5])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.