| catdesshiny | R Documentation | 
Description of the categories of one factor by categorical variables and/or by quantitative variables
catdesshiny(X)| X | a data frame made up of at least one categorical variables and a set of quantitative variables and/or categorical variables | 
Returns a list including:
| test.chi | The categorical 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  | 
| category | description of each category of the  | 
| quanti.var | the global description of the  | 
| quanti | the description of each category of the  | 
Etienne Lancelle, Francois Husson francois.husson@institut-agro.fr
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.
catdes
## Not run: 
require(FactoMineR)
data(wine)
catdesshiny(wine)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.