Description Usage Arguments Value References Examples
Rotation Invariant L1-Principal Components Analysis
1 2 3 4 5 6 7 |
x |
a matrix or data frame containing only numeric variables |
ncomp |
the number of components to retain. |
scale |
should the variables be scaled prior to analysis? Defaults to TRUE. |
maxit |
the maximum number of iterations for the L1-SVD algorithm. defaults to 500. |
tol |
convergence tolerance. defaults to 1e-8 |
an object of class PrincipalComp
Hawkins, D.M.; Liu, L.; Young, S.S. (2001) Robust Singular Value Decomposition, National Institute of Statistical Sciences, Technical Report Number
1 | pcaR1(x, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.