benzecri_mrv {ggfacto} | R Documentation |
Benzecri's modified rate of variance
benzecri_mrv(res.mca, fmt = FALSE)
res.mca |
The result of MCA. |
fmt |
By default, the result is given as a numeric vector. Set to 'TRUE' to have
a tabxplor |
A numeric vector (or fmt vector with 'fmt = TRUE').
data(tea, package = "FactoMineR")
res.mca <- MCA2(tea, active_vars = 1:18)
benzecri_mrv(res.mca)