imputeMCA(don, ncp=2, method = c("Regularized","EM"), row.w=NULL, coeff.ridge=1,
threshold=1e-06, seed=NULL, maxiter=1000)
estim_ncpMCA
,imputePCA
data(vnf)
## First the number of components has to be chosen
## (for the reconstruction step)
## nb <- estim_ncpMCA(vnf,ncp.max=5) ## Time-consuming, nb = 4
## Impute the indicator matrix and perform a MCA
res.impute <- imputeMCA(vnf, ncp=4)
## The imputed indicator matrix can be used as an input of the MCA function of the
## FactoMineR package to perform the MCA on the incomplete data ozone
res.mca <- MCA(vnf,tab.disj=res.impute$tab.disj)
Run the code above in your browser using DataLab