Learn R Programming

ggfacto (version 0.3.2)

benzecri_mrv: Benzecri's modified rate of variance

Description

Benzecri's modified rate of variance

Usage

benzecri_mrv(res.mca, fmt = FALSE)

Value

A numeric vector (or fmt vector with `fmt = TRUE`).

Arguments

res.mca

The result of MCA.

fmt

By default, the result is given as a numeric vector. Set to `TRUE` to have a tabxplor link[tabxplor]{fmt} vector instead.

Examples

Run this code
data(tea, package = "FactoMineR")
res.mca <- MCA2(tea, active_vars = 1:18)
benzecri_mrv(res.mca)

Run the code above in your browser using DataLab