powered by
Returns a vector of names corresponding the the categories in a data frame exclusively composed of categorical variables.
getindexcat(data)
Returns a character vector with the names of the categories of the variables in the data frame
data frame of categorical variables
Nicolas Robette
This function may be useful prior to a specific MCA, to identify the indexes of the 'junk' categories to exclude.
ijunk, speMCA, csMCA
ijunk
speMCA
csMCA
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