Description Usage Arguments Value Author(s)
An internal function called by mbpca
.
1 | processOpt(x, center = TRUE, scale = FALSE, option = c("lambda1", "inertia", "uniform"))
|
x |
A list of matrices, rows are observations and columns are variables |
center |
A logical variable indicates whether columns should be centered |
scale |
A logical variable indicates whether columns should be scaled |
option |
A charater string could be one of c("lambda1", "inertia", "uniform") to indicate how the different matrices should be normalized. If "lambda1", the matrix is divided by its the first singular value, if "inertia", the matrix is divided by its total inertia (sum of square), if "uniform", none of them would be done. |
A list
of normalized matrix.
Chen Meng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.