pca.nipals | R Documentation |
Calculates principal component space using non-linear iterative partial least squares algorithm (NIPALS)
pca.nipals(x, ncomp = min(ncol(x), nrow(x) - 1), tol = 10^-10)
x |
a matrix with data values (preprocessed) |
ncomp |
number of components to calculate |
tol |
tolerance (if difference in eigenvalues is smaller - convergence achieved) |
a list with scores, loadings and eigenvalues for the components
Geladi, Paul; Kowalski, Bruce (1986), "Partial Least Squares Regression:A Tutorial", Analytica Chimica Acta 185: 1-17
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.