powered by
Give the number of active elements used to build the factorial analysis : individuals (or rows) and variables (or columns)
dimActive(res)
an object of class PCA, CA or MCA.
Simon Thuleau and Francois Husson
if (FALSE) { require(FactoMineR) data(decathlon) res.pca = PCA(decathlon, quanti.sup = c(11:12), quali.sup = c(13), graph = FALSE) dimActive(res.pca) }
Run the code above in your browser using DataLab