Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The LOGISTIC Procedure

Response Level Ordering

For binary response data, the default response function modeled is
{logit}(p) = \log (\frac{p}{1-p})
where p is the probability of the response level identified in the "Response Profiles" table in the displayed output as "Ordered Value 1." Since
{logit}(p) = -{logit}(1-p)
the effect of reversing the order of the two values of the response is to change the signs of \alpha and \beta in the model  {logit}(p) = \alpha + {\beta}' x .Response level ordering is important because PROC LOGISTIC always models the probability of response levels with lower Ordered Value.

By default, response levels are assigned to Ordered Values in ascending, sorted order (that is, the lowest level is assigned Ordered Value 1, the next lowest is assigned 2, and so on). There are a number of ways that you can control the sort order of the response categories and, therefore, which level is assigned Ordered Value 1. One of the most common sets of response levels is {0,1}, with 1 representing the event for which the probability is to be modeled. Consider the example where Y takes the values 1 and 0 for event and nonevent, respectively, and Exposure is the explanatory variable. By default, PROC LOGISTIC assigns Ordered Value 1 to response level 0, causing the probability of the nonevent to be modeled. There are several ways to change this. Besides recoding the variable Y, you can do the following.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.