Learn R Programming

FactoInvestigate (version 1.9)

whichFacto: 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

Simon Thuleau and Francois Husson

Examples

Run this code
if (FALSE) {
require(FactoMineR)
data(decathlon)
res.pca = PCA(decathlon, quanti.sup = c(11:12), quali.sup = c(13), graph = FALSE)
whichFacto(res.pca)
}

Run the code above in your browser using DataLab