ENlisib {EnQuireR} | R Documentation |
This function allows to improve the MCA factor map readability.
ENlisib(res.mca,nbvar,nbind,axes=c(1,2))
res.mca |
results from an MCA |
nbvar |
chosen percentage or number for categories |
nbind |
chosen percentage or number for individuals |
axes |
selected axes, by default the two first axes are selected |
Categories with high v-test and individuals with high coordinates are kept. The chosen number and percentage concern individuals and categories beyond a threshold.
Jerome Bouche jerome.bouche@yahoo.fr
Marine Cadoret marine.cadoret@agrocampus-ouest.fr
Gwenaelle Fournier gwenaelle.fournier@gmail.com
Olivier Fournier olivier.fournier76@gmail.com
Francois Le Poder francois.lepoder@gmail.com
## Not run: data(tea) res.enmca<-ENMCA(tea[,1:18]) ENlisib(res.enmca$MCA,0.05,50,c(1,2)) res<-MCA(tea[,1:18]) ENlisib(res,0.05,50,c(1,2)) ## End(Not run)