get_eigens: Utility function for getting eigenvalues of MCA factors (MCA...

Description Usage Arguments Value

View source: R/utilities.R

Description

Utility function for getting eigenvalues of MCA factors (MCA is performed using FactoMineR package)

Usage

1
get_eigens(MCA, cumulative_percent)

Arguments

MCA

MCA object

cumulative_percent

Logical. It True, extract the cumulative percentages of explained variance, starting from the first MCA factor

Value

numerical array, with length equal to the number of MCA factor, containing the eigenvalues associated with each of those factors, or the cumu- lative percentages of explained variance if cumulative_percent is TRUE


mandel94/easyAnalysis documentation built on Jan. 2, 2022, 9:52 a.m.