powered by
cholesky(x)
chol
x <- cov(iris[ ,1:4]) F <- cholesky(x)
Run the code above in your browser using DataLab