condes {FactoMineR}R Documentation

Continuous variable description

Description

Description continuous by quantitative variables and/or by qualitative variables

Usage

condes(donnee,num.var,proba = 0.05)

Arguments

donnee a data frame made up of at least one quantitative variable 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)

Value

Returns a list including:

quanti the description of the num.var variable by the quantitative variables. The variables are sorted in ascending order (from the one which characterized the most to the one which significantly characterized with the proba proba)
quali The qualitative variables which characterized the continuous variables are listed in ascending order
category description of the continuous variable num.var by each category of all the qualitative variables

Author(s)

Francois Husson Francois.Husson@agrocampus-ouest.fr

Examples

data(decathlon)
condes(decathlon, num.var=3)

[Package FactoMineR version 1.10 Index]