Get_C {treelet} | R Documentation |
Get both covariance matrix and correlation matrix of a given matrix. The matrix can not have missing data
Get_C(X)
X |
input matrix, no missing value |
~Describe the value returned
C |
covariace matrix |
cc |
correlation matrix |
Ann Lee, Di Liu
x=matrix(seq(1,9,by=1),ncol=3) Get_C(x)