Description Usage Arguments Value Author(s) See Also Examples
This function performs PCA using the eigenvectors of the Gram matrix G (G=X*X') when n < p, or standard PCA when n > p.
1 | GramPCA(xx, npc)
|
xx |
The data matrix (n x p). |
npc |
The number of principal components to be returned. |
zz |
Principal components (n x npc). |
Bernd Taschler: bernd.taschler@dzne.de
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.