powered by
Measures the association between a categorical variable and a continuous variable
assoc.catcont(x,y)
the categorical variable (must be a factor)
the continuous variable (must be a factor)
A list with the following elements :
eta-squared between the two variables
correlation coefficient between the two variables, for each level of the categorical variable
Rakotomalala R., 'Comprendre la taille d'effet (effect size)', [http://eric.univ-lyon2.fr/~ricco/cours/slides/effect_size.pdf]
assoc.twocat, condesc, catdesc
assoc.twocat
condesc
catdesc
# NOT RUN { data(Taste) getindexcat(Taste[,1:5]) mca <- speMCA(Taste[,1:5],excl=c(3,6,9,12,15)) assoc.catcont(Taste$Gender,mca$ind$coord[,1]) # }
Run the code above in your browser using DataLab