Suppose you are a field biologist and you believe that adult population of salamanders in the Northeast has gotten smaller over the past few years. You would like to determine whether any association exists between the length of time a hatched salamander survives and level of water toxicity, as well as whether there is a regional effect. Survival time is coded as 1 if < 10 days, 2 = 10 to 30 days, and 3 = 31 to 60 days.
1 Open the worksheet EXH_REGR.MTW.
2 Choose Stat > Regression > Ordinal Logistic Regression.
3 In Response, enter Survival. In Model, enter Region ToxicLevel. In Factors (optional), enter Region.
4 Click Results. Choose In addition, list of factor level values, and tests for terms with more than 1 degree of freedom. Click OK in each dialog box.
Session window output
Ordinal Logistic Regression: Survival versus Region, ToxicLevel
Link Function: Logit
Response Information
Variable Value Count Survival 1 15 2 46 3 12 Total 73
Factor Information
Factor Levels Values Region 2 1, 2
Logistic Regression Table
Odds 95% CI Predictor Coef SE Coef Z P Ratio Lower Upper Const(1) -7.04343 1.68017 -4.19 0.000 Const(2) -3.52273 1.47108 -2.39 0.017 Region 2 0.201456 0.496153 0.41 0.685 1.22 0.46 3.23 ToxicLevel 0.121289 0.0340510 3.56 0.000 1.13 1.06 1.21
Log-Likelihood = -59.290 Test that all slopes are zero: G = 14.713, DF = 2, P-Value = 0.001
Goodness-of-Fit Tests
Method Chi-Square DF P Pearson 122.799 122 0.463 Deviance 100.898 122 0.918
Measures of Association: (Between the Response Variable and Predicted Probabilities)
Pairs Number Percent Summary Measures Concordant 1126 79.2 Somers’ D 0.59 Discordant 288 20.3 Goodman-Kruskal Gamma 0.59 Ties 8 0.6 Kendall’s Tau-a 0.32 Total 1422 100.0 |
The Session window contains the following five parts:
Response Information displays the number of observations that fall into each of the response categories, and the number of missing observations. The ordered response values, from lowest to highest, are shown. Here, we use the default coding scheme which orders the values from lowest to highest: 1 is < 10 days, 2 = 10 to 30 days, and 3 = 31 to 60 days (see Reference event for the response variable on page).
Factor Information displays all the factors in the model, the number of levels for each factor, and the factor level values. The factor level that has been designated as the reference level is first entry under Values, region 1 (see Reference event for the response variable on page).
Logistic Regression Table shows the estimated coefficients, standard error of the coefficients, z-values, and p-values. When you use the logit link function, you see the calculated odds ratio, and a 95% confidence interval for the odds ratio.
Goodness-of-Fit Tests displays both Pearson and deviance goodness-of-fit tests. In our example, the p-value for the Pearson test is 0.463, and the p-value for the deviance test is 0.918, indicating that there is insufficient evidence to claim that the model does not fit the data adequately. If the p-value is less than your selected a-level, the test rejects the null hypothesis that the model fits the data adequately.
Measures of Association display a table of the number and percentage of concordant, discordant and tied pairs, and common rank correlation statistics. These values measure the association between the observed responses and the predicted probabilities.