3

Is there a difference between the two models

  1. Multinomial logit regression
  2. Multinomial logistic regression?
Ferdi
  • 4,882
  • 7
  • 42
  • 62
user2685139
  • 195
  • 4
  • 11

1 Answers1

3

They are the same. Logit and logistic are inverse functions of each other (i.e: $f^{-1}(x)$ and $f(x)$). Therefore in statistical softwares and usage, the terms are actually referring to the same thing.

See https://stats.stackexchange.com/a/120364/132847 for difference between logit and logistic.

Ernest Han
  • 240
  • 1
  • 4