Is it the same to use GLM and MULTINOM functions to model multinominal logistic regression?

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

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.