Description Usage Arguments Value Examples
Calculates the number of sequential PCA basis vectors required to explain a desired amount of the total cumulative variance.
1 | cum_var(pca.eig.3, thresh)
|
pca.eig.3 |
Consults the pca$eig$3 product contained in the PCA output from the FactoMineR package. |
thresh |
A desired threshold value of the percent total variance wished to be captured by sequential PCA basis vectors (values range from 0 – 100). |
Only those PCA basis vectors that contain the set threshold value of cumulative variance.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.