whichFacto {FactoInvestigate} | R Documentation |
Analysis class
Description
Return the class of the factorial object (ie. the kind of analysis performed)
Usage
whichFacto(res)
Arguments
res |
an object of class PCA, CA or MCA. |
Author(s)
Simon Thuleau and Francois Husson
Examples
## Not run:
require(FactoMineR)
data(decathlon)
res.pca = PCA(decathlon, quanti.sup = c(11:12), quali.sup = c(13), graph = FALSE)
whichFacto(res.pca)
## End(Not run)
[Package FactoInvestigate version 1.9 Index]