Learn R Programming

EnQuireR (version 0.10)

ENlisib: 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.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab