View source: R/PLS_jack_svds_HA.R
normaliz | R Documentation |
normaliz:
normalizes and send back a matrix normalized by column
(i.e., each column vector has a norm of 1).
normaliz
is used by PLSR_SVD
.
normaliz(F)
F |
a matrix |
the column normalized version of F
Hervé Abdi, Lei Xuan
## Not run:
X <- matrix(c(4,2,8,7), nrow = 2)
Z <- normaliz(X)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.