ENmarking: Semantic marking on categorical variables

Description Usage Arguments Author(s) See Also Examples

Description

Returns a semantic marking of categorical variables with 3 different levels (variables, pairs and triplets of categories).

Usage

1
ENmarking(dataset,var.int,proba=0.05)

Arguments

dataset

a data frame

var.int

the variable to mark

proba

Threshold to select variables, pairs and triplets. By default 0.05

Author(s)

Sebastien Le sebastien.le@agrocampus-ouest.fr
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

See Also

GRmarking which is a graphical representation of the semantic marking.

Examples

1
2
3
4
5
6
7
8
9
## 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)

EnQuireR documentation built on May 29, 2017, 7:50 p.m.

Related to ENmarking in EnQuireR...