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 indicator matrix and perform a MCA
tab.disj.impute <- imputeMCA(vnf, ncp=4)
res.mca <- MCA(vnf,tab.disj=tab.disj.impute$tab.disj)
Run the code above in your browser using DataLab