ENmarking {EnQuireR} | R Documentation |
Returns a semantic marking of categorical variables with 3 different levels (variables, pairs and triplets of categories).
ENmarking(dataset,var.int,proba=0.05)
dataset |
a data frame |
var.int |
the variable to mark |
proba |
Threshold to select variables, pairs and triplets. By default 0.05 |
Jerome Bouche jerome.bouche@yahoo.fr
Gwenaelle Fournier gwenaelle.fournier@gmail.com
Olivier Fournier olivier.fournier76@gmail.com
Francois Le Poder francois.lepoder@gmail.com
GRmarking
which is a graphical representation of the semantic marking.
## Not run: data(tea) ENmarking(tea[,1:21],21) res.enmca=ENMCA(tea[,1:18]) res.enmark=ENmarking(res.enmca$data,ncol(res.enmca$data)) GRmarking(res.enmark,1) ## End(Not run)