powered by
Returns a vector of names corresponding the the categories in a data frame exclusively composed of categorical variables.
getindexcat(data)
data frame of categorical variables
Returns a character vector with the names of the categories of the variables in the data frame
This function may be useful prior to a 'specific' MCA, to identify the indexes of the 'junk' categories to exclude.
speMCA, csMCA
speMCA
csMCA
# NOT RUN { data(Music) getindexcat(Music[,1:5]) mca <- speMCA(Music[,1:5],excl=c(3,6,9,12,15)) # }
Run the code above in your browser using DataLab