pca.svd | R Documentation |
Computes principal component space using Singular Values Decomposition
pca.svd(x, ncomp = min(ncol(x), nrow(x) - 1))
x |
a matrix with data values (preprocessed) |
ncomp |
number of components to calculate |
a list with scores, loadings and eigenvalues for the components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.