Description Usage Arguments Value See Also
Uses prcomp function.
Writes two output files: "pca_score.csv" and "pca_loadings.csv".
Adds analSet$pca element with prcomp function output
and some basic statistics.
1 | PCA.Anal(dataSet, analSet)
|
dataSet |
List, data set object generated by |
analSet |
List, containing the results of statistical analysis (can be just an empty list). |
Native analSet with one added $pca element consisting of:
all the elements of the standard prcomp output
$std - standard deviation
$variance - variance explained by each PC
$cum.var - cummulated variance explained
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.