benzecri_mrv | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.