Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PROBIT Procedure

Response Level Ordering

For binary response data, PROC PROBIT fits the following model by default.

\Phi^{-1}(\frac{p-C}{1-C}) = {x^'{\beta}}
where p is the probability of the response level identified as the first level in the "Weighted Frequency Counts for the Ordered Response Categories" table in the output and \Phi is the normal cumulative distribution function. By default, the covariate vector x contains an intercept term. This is sometimes called Abbot's formula. Because of the symmetry of the normal (and logistic) distribution, the effect of reversing the order of the two response values is to change the signs of {\beta} in the preceding equation.

By default, response levels appear in ascending, sorted order (that is, the lowest level appears first and then the next lowest, 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 the first ordered level. One of the most common sets of response levels is {0,1}, with 1 representing the event with the probability that 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 PROBIT assigns the first ordered level 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

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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