View source: R/inferences4PLSC.R
| sv2 | R Documentation |
sv2: computes the squared singular values
(i.e., eigen-values)
of a matrix.
sv2(X)
X |
a rectangular matrix (or dataframe) |
sv2 is wraper around eigen, it is used
for permutation and boostsrap procedures.
a vector of the squared singular values.
Hervé Abdi
## Not run:
if(interactive()){
squared.ev <- sv2(matrix(runif(15), nrow = 3))
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.