Learn R Programming

EnQuireR (version 0.10)

ENmarking: Semantic marking on categorical variables

Description

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

Usage

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

See Also

GRmarking which is a graphical representation of the semantic marking.

Examples

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

Run the code above in your browser using DataLab