FactoMineR
:exclamation: This is a read-only mirror of the CRAN R package repository. FactoMineR — Multivariate Exploratory Data Analysis and Data Mining. Homepage: http://factominer.free.fr Report bugs for this package: https://github.com/husson/FactoMineR/issues
Install / Use
/learn @cran/FactoMineRREADME
FactoMineR
You can see the Website dedicated to FactoMineR (<a href="http://factominer.free.fr/index.html">link for English version</a>, and for <a href="http://factominer.free.fr/index_fr.html">the French version</a>)
How do you install the latest version of FactoMineR available on GitHub?
if (!require("devtools")) install.packages("devtools")
library(devtools)
install_github("husson/FactoMineR")
