I am reading your sample code for "Taste dataset" to understand MCA, speMCA, and CSA
at the section # Plot of all dublets,
2nd line of code is
map.ind(result.mca, map.title="Map with individuals colored by the TV variable", point.color=active$TV)
I think the last term point.color=active$TV should be point.color=active$data_taste.TV,legend = TRUE (I added the legend=TRUE).
Anton,
I am reading your sample code for "Taste dataset" to understand MCA, speMCA, and CSA
at the section # Plot of all dublets,
2nd line of code is
map.ind(result.mca, map.title="Map with individuals colored by the TV variable", point.color=active$TV)
I think the last termpoint.color=active$TV
should bepoint.color=active$data_taste.TV,legend = TRUE
(I added the legend=TRUE).Is it OK ?