kaiser | R Documentation |
Apply the Kaiser rule to determine the appropriate number of PCA axes.
kaiser(pca)
pca |
The PCA result (object of class |
PCA
, factorial-class
require (datasets)
data (iris)
pca = PCA (iris, quali.sup = 5)
kaiser (pca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.