View source: R/pca_examination.R
pca_examination | R Documentation |
Computes the principal component projection and re-combined data with a myriad of figures to understand the projection process.
pca_examination(X, TVE = 0.95)
X |
A dfts object or data which can be automatically converted to that
format. See |
TVE |
Numeric in [0,1] for the total variance explained, this determines the number of components and can be used for dimension reduction. |
List with the following elements:
figures: List with figures on all components, summaries, reconstructed values, and residuals.
reconstruction: Reconstructed value from PCs.
residuals: Difference between true and reconstruction.
pca.dfts()
results <- pca_examination(electricity, TVE = 0.9)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.