Description Usage Arguments Details Value
pcCoVariance() Determines principle components (PC) that are in linear dependendence to the covariates (C).Also,removes PC's that are in linear dependence with the covariates
1 | pcCoVariance(PC, C, threshold)
|
PC |
matrix(n x p): p Principle components for n samples |
C |
matrix(n x c):c Covariates for n samples |
threshold |
numeric: the value above which one determines the variables to have high corelation |
Determines the principle components (PC) that are not in linear dependendence to the covariates (C).
PC_C matrix(n x (p + c - linear dependent)):Principle Components and Covariates which are not dependent
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.