Description Usage Arguments Details Value Examples
Performs principal component analysis on the data and returns the results as an object of class prcomp. Scree, variance, and loading plots are provided.
1 |
x |
a data |
labsize |
sets label size |
colormod |
can be used to customize plot color schemes. The default uses terrain palletes from grDevices |
varlabs |
specifies x-axis variable labels |
... |
arguments passed to or from other methods |
Assessing patterns of intercorrelations between x-variables is an important aspect in multivariate analysis. This assessment tool can assist with understanding the complexitiy of the underlying data by identifiying the important primary modes of variance that exist. In most The evaluation tool is based upon application of prcomp for stats. The
a list of pca results with class "prcomp"
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.