Hi,
I am trying to model a multinominal logistic regression, usually glm() is used when we have binary target and multinom() when we have more than two levels. But, is it the same if we use glm to build a logistic regression with a target with more than two levels?
Thanks