condesshiny: Continuous variable description

View source: R/condesshiny.R

condesshinyR Documentation

Continuous variable description

Description

Description continuous by quantitative variables and/or by categorical variables

Usage

condesshiny(X)

Arguments

X

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

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

Author(s)

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

See Also

condes

Examples

## Not run: 
require(FactoMineR)
data(decathlon)
condesshiny(decathlon)

## End(Not run)

Factoshiny documentation built on Nov. 20, 2023, 5:06 p.m.