catdes {FactoMineR} | R Documentation |
Description of the categories of one factor by qualitative variables and/or by quantitative variables
catdes(donnee,num.var,proba = 0.05)
donnee |
a data frame made up of at least one qualitative variables and a set of quantitative variables and/or qualitative variables |
num.var |
the indice of the variable to caracterized |
proba |
the significance threshold considered to caracterized the category (by default 0.05) |
Returns a list including:
test.chi |
The qualitative variables which characterized the factor are listed in ascending order (from the one which characterized the most
the factor to the one which significantly characterized with the proba proba |
category |
description of each category of the num.var by each category of all the qualitative variables |
quanti |
the description of each category of the num.var variable by the quantitative variables. |
Francois Husson Francois.Husson@agrocampus-ouest.fr
Lebart, L., Morineau, A. and Piron, M. (1995) Statistique exploratoire multidimensionnelle, Dunod.
data(wine) catdes(wine, num.var=2)