Description
Handling Missing Values with Multivariate Data Analysis.
Description
Imputation of incomplete continuous or categorical datasets; Missing values are imputed with a principal component analysis (PCA), a multiple correspondence analysis (MCA) model or a multiple factor analysis (MFA) model; Perform multiple imputation with and in PCA or MCA.
README.md
missMDA
You can see the Website dedicated to missMDA (link for English version, and for the French version)
How do you install the latest version of missMDA available on GitHub?
if (!require("devtools")) install.packages("devtools")
library(devtools)
install_github("husson/missMDA")