ldecomp.getVariances | R Documentation |
Computes explained variance and cumulative explained variance for data decomposition.
ldecomp.getVariances(scores, loadings, residuals, Q)
scores |
matrix with scores (T). |
loadings |
matrix with loadings (P). |
residuals |
matrix with residuals (E). |
Q |
matrix with squared orthogonal distances. |
Returns a list with two vectors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.