pca.run | R Documentation |
Runs one of the selected PCA methods
pca.run(x, ncomp, method, rand = NULL)
x |
data matrix |
ncomp |
number of components |
method |
name of PCA methods ('svd', 'nipals') |
rand |
parameters for randomized algorithm (if not NULL) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.