pca.run {mdatools} | 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) |