Description Usage Arguments Value Examples
Performs basic principal component analysis on the given data matrix
1 | PCA(data.mat)
|
data.mat |
The matrix of data to perform PCA on |
A list which contains the following elements is returned: rotation: the matrix of weights for the original variables lambda: the matrix of lambda values
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.