powered by
Apply the Kaiser rule to determine the appropriate number of PCA axes.
kaiser(pca)
The PCA result (object of class factorial-class).
factorial-class
PCA, factorial-class
PCA
require (datasets) data (iris) pca = PCA (iris, quali.sup = 5) kaiser (pca)
Run the code above in your browser using DataLab