Related Procedures

The Multinomial Logistic Regression procedure is a useful tool for predicting the value of a categorical response variable with two or more possible outcomes.

  • If there are only two possible outcomes you can alternatively use the Logistic Regression procedure.
  • If the outcomes are ordered, use the Ordinal Regression procedure.
  • If all of your predictors can be considered scale, the Discriminant Analysis procedure can be useful.
  • If the dependent variable and predictors are scale, use the Linear Regression procedure.
  • If the dependent variable is scale and some or all predictors are categorical, use the GLM Univariate procedure.

Next