Description Usage Arguments Value Author(s) Examples
Internal function used to normalize a list of matrices passed into concordance analysis
1 2 |
x |
a list of matrices to be preprocessed. The columns are variables and rows are observations |
center |
if the variables should be centered |
scale |
if the variables should be scaled |
option |
options for normalizing matrices, possible value are "lambda1", "inertia", "uniform", "nk" |
value |
Only used if option is "lambda1" or inertia, the matrix are weighted by value/lambda1 |
kx |
used if option = "nk", normalize according to the number of kept variables (or inertia) |
a list of preprocess matrices has the same dimension as input x
Chen Meng
1 2 3 | data("NCI60_4arrays")
dat <- lapply(NCI60_4arrays, t)
v <- processOpt(dat, option = "lambda1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.