Get_C {treelet}R Documentation

a function to Get the (1) Covariance matrix (2) correlation matrix

Description

Get both covariance matrix and correlation matrix of a given matrix. The matrix can not have missing data

Usage

Get_C(X)

Arguments

X input matrix, no missing value

Value

~Describe the value returned

C covariace matrix
cc correlation matrix

Author(s)

Ann Lee, Di Liu

Examples

   x=matrix(seq(1,9,by=1),ncol=3)
   Get_C(x)

[Package treelet version 0.1-0 Index]