Learn R Programming

FactoMineR (version 1.34)

catdes: Categories description

Description

Description of the categories of one factor by categorical variables and/or by quantitative variables

Usage

catdes(donnee,num.var,proba = 0.05, row.w = NULL)

Arguments

donnee
a data frame made up of at least one categorical variables and a set of quantitative variables and/or categorical variables
num.var
the indice of the variable to characterized
proba
the significance threshold considered to characterized the category (by default 0.05)
row.w
a vector of integers corresponding to an optional row weights (by default, a vector of 1 for uniform row weights)

Value

Returns a list including:

References

Husson, F., Le, S. and Pages, J. (2010). Exploratory Multivariate Analysis by Example Using R, Chapman and Hall. Lebart, L., Morineau, A. and Piron, M. (1995) Statistique exploratoire multidimensionnelle, Dunod.

See Also

plot.catdes, condes

Examples

Run this code
data(wine)
catdes(wine, num.var=2)

Run the code above in your browser using DataLab