pca.cal | R Documentation |
Calibrates (builds) a PCA model for given data and parameters
pca.cal(x, ncomp, center, scale, method, rand = NULL)
x |
matrix with data values |
ncomp |
number of principal components to calculate |
center |
logical, do mean centering or not |
scale |
logical, do standardization or not |
method |
algorithm for compiting PC space (only 'svd' and 'nipals' are supported so far) |
rand |
vector with parameters for randomized PCA methods (if NULL, conventional PCA is used instead) |
an object with calibrated PCA model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.