ENlisib {EnQuireR}R Documentation

Graph readability

Description

This function allows to improve the MCA factor map readability.

Usage

ENlisib(res.mca,nbvar,nbind,axes=c(1,2))

Arguments

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

Details

Categories with high v-test and individuals with high coordinates are kept. The chosen number and percentage concern individuals and categories beyond a threshold.

Author(s)

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

Examples

## 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)

[Package EnQuireR version 0.09 Index]