dimActive: Number of active dimensions

View source: R/dimActive.R

dimActiveR Documentation

Number of active dimensions

Description

Give the number of active elements used to build the factorial analysis : individuals (or rows) and variables (or columns)

Usage

dimActive(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)
dimActive(res.pca)

## End(Not run)

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