Learn R Programming

Factoshiny (version 2.5)

condesshiny: Continuous variable description

Description

Description continuous by quantitative variables and/or by categorical variables

Usage

condesshiny(X)

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 categorical 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 categorical variables

Arguments

X

a data frame made up of at least one quantitative variable and a set of quantitative variables and/or categorical variables

Author

Etienne Lancelle, Francois Husson francois.husson@institut-agro.fr

See Also

condes

Examples

Run this code
if (FALSE) {
require(FactoMineR)
data(decathlon)
condesshiny(decathlon)
}

Run the code above in your browser using DataLab