Interpret the key results for Nominal Logistic Regression

Complete the following steps to interpret a nominal logistic regression model. Key output includes the p-value, the coefficients, and the log-likelihood.

Step 1: Determine whether the association between the response and the terms is statistically significant

To determine whether the association between the response and each term in the model is statistically significant, compare the p-value for the term to your significance level to assess the null hypothesis. The null hypothesis is that there is no association between the term and the response. Usually, a significance level (denoted as α or alpha) of 0.05 works well. A significance level of 0.05 indicates a 5% risk of concluding that an association exists when there is no actual association.
P-value ≤ α: The association is statistically significant
If the p-value is less than or equal to the significance level, you can conclude that there is a statistically significant association between the response variable and the term.
P-value > α: The association is not statistically significant
If the p-value is greater than the significance level, you cannot conclude that there is a statistically significant association between the response variable and the term. You may want to refit the model without the term.
If there are multiple predictors without a statistically significant association with the response, you can reduce the model by removing terms one at a time. For more information on removing terms from the model, go to Model reduction.

For a categorical factor with more than 2 levels, the hypothesis for the coefficient is about whether that level of the factor is different from the reference level for the factor. To assess the statistical significance of the factor, use the test for terms with more than 1 degree of freedom. For more information on how to display this test, go to Select the results to display for Nominal Logistic Regression.

Logistic Regression Table







95% CI
PredictorCoefSE CoefZPOdds RatioLowerUpper
Logit 1: (Math/Science)             
Constant-1.122664.56425-0.250.806     
Teaching Method             
  Explain-0.5631150.937591-0.600.5480.570.093.58
Age0.1246740.4010790.310.7561.130.522.49
Logit 2: (Arts/Science)             
Constant-13.84857.24256-1.910.056     
Teaching Method             
  Explain2.769921.372092.020.04415.961.08234.90
Age1.013540.5844941.730.0832.760.888.66
Log-Likelihood = -26.446

Test of All Slopes Equal to Zero

DFGP-Value
412.8250.012

Goodness-of-Fit Tests

MethodChi-SquareDFP
Pearson6.95295100.730
Deviance7.88622100.640
Key Results: P-value, Coefficients

In these results, the predictors are teaching method and age. The response is a student's preferred academic subject. Science is the reference level, so the results compare the other subjects to science. At the 0.05 level of significance, you can conclude that changes in teaching method are associated with the probabilities that students prefer art over science.

In the logistic regression table, the comparison outcome is the first outcome after the logit label, and the reference outcome is the second outcome. Positive coefficients make the comparison outcome more likely than the reference outcome as a continuous predictor increases. Also, positive coefficients make the comparison outcome more likely at the comparison level of the categorical predictor than at the reference level of the categorical predictor. For more information, go to All statistics and graphs and click Coef.

Logit 2 compares arts to science. In logit 2, the coefficient for Explain is about 3. Because the value is positive, students are more likely to prefer arts to science when the teaching method is Explain.

Step 2: Determine how well the model fits your data

To determine how well the model fits the data, examine the log-likelihood. Larger values of the log-likelihood indicate a better fit to the data. Because log-likelihood values are negative, the closer to 0, the larger the value. The log-likelihood depends on the sample data, so you cannot use the log-likelihood to compare models from different data sets.

The log-likelihood cannot decrease when you add terms to a model. For example, a model with 5 terms has higher log-likelihood than any of the 4-term models you can make with the same terms. Therefore, log-likelihood is most useful when you compare models of the same size. To make decisions about individual terms, you usually look at the p-values for the term in the different logits.

Logistic Regression Table







95% CI
PredictorCoefSE CoefZPOdds RatioLowerUpper
Logit 1: (Math/Science)             
Constant0.2876820.5400620.530.594     
Teaching Method             
  Explain-0.5753640.935415-0.620.5380.560.093.52
Logit 2: (Arts/Science)             
Constant-1.791761.08011-1.660.097     
Teaching Method             
  Explain2.484911.241622.000.04512.001.05136.79
Log-Likelihood = -28.379

Test of All Slopes Equal to Zero

DFGP-Value
28.9590.011
* NOTE * No goodness of fit test performed.
* NOTE * The model uses all degrees of freedom.

Logistic Regression Table







95% CI
PredictorCoefSE CoefZPOdds RatioLowerUpper
Logit 1: (Math/Science)             
Constant-1.122664.56425-0.250.806     
Teaching Method             
  Explain-0.5631150.937591-0.600.5480.570.093.58
Age0.1246740.4010790.310.7561.130.522.49
Logit 2: (Arts/Science)             
Constant-13.84857.24256-1.910.056     
Teaching Method             
  Explain2.769921.372092.020.04415.961.08234.90
Age1.013540.5844941.730.0832.760.888.66
Log-Likelihood = -26.446

Test of All Slopes Equal to Zero

DFGP-Value
412.8250.012

Goodness-of-Fit Tests

MethodChi-SquareDFP
Pearson6.95295100.730
Deviance7.88622100.640
Key Results: Log-likelihood

For example, a school administrator wants to assess different teaching methods. The model with teaching method alone has a log-likelihood of about −28.

The model with teaching method and the age of a student has a log-likelihood of about −26. You cannot use the log-likelihood to choose between these two models because the models have different numbers of terms.