cholcovs: cholcovs

View source: R/cholcovs.R

cholcovsR Documentation

cholcovs

Description

cholcovs

Usage

cholcovs(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

X<-stats::rnorm(100)
Y<-stats::rnorm(100)+X
Z<-cbind(X,Y)
cholcovs(Z)

Omisc documentation built on Aug. 9, 2022, 5:09 p.m.

Related to cholcovs in Omisc...