whichFacto: Analysis class

View source: R/whichFacto.R

whichFactoR 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)

FactoInvestigate documentation built on Nov. 28, 2023, 1:10 a.m.