You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Is it OK ?
The text was updated successfully, but these errors were encountered:
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 term
point.color=active$TV
should bepoint.color=active$data_taste.TV,legend = TRUE
(I added the legend=TRUE).Is it OK ?
The text was updated successfully, but these errors were encountered: