cholcors: cholcors

Description Usage Arguments Value Examples

View source: R/cholcors.R

Description

cholcors

Usage

1
cholcors(X, use = "everything")

Arguments

X

A matrix of data.

use

the missing data type to use for the correlation. Default is R's default "everything".

Value

This function returns the cholesky decomposition of the correlation matrix of the data

Examples

1
2
3
4
X<-stats::rnorm(100)
Y<-stats::rnorm(100)+X
Z<-cbind(X,Y)
cholcors(Z)

okeep/Omisc documentation built on March 5, 2022, 12:32 a.m.