Best approach and alternative to simple logistic regression to model the probability of belonging to a group
Hello I need a little help on picking the right approach to solve my pronlem. I have a continuous variable X than can take any value between [-45 0].I have a dataset of X values for 12 distinct groups, see below their histogram. I'm trying to build two models:1) A model that, for a given new value of X gives me the probability of belonging to each goup and gives me the most likely group.2) A mode...