Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PROBIT Procedure

Model Specification

For a two-level response, the probability that the lesser response occurs is modeled by the probit equation as
p = C + (1 - C) F(x'b)
The probability of the other (complementary) event is 1 - p.

For a multilevel response with outcomes labeled li for i = 1,2, ... ,k, the probability, pj, of observing level lj is as follows.

p_1 & = & C + (1 - C) F({x^'b}) \ 
p_2 & = & (1 - C) ( F(a_2 + {x^'b}) - 
 F({x^...
 ..._{j-1} + {x^'b}) 
 ) \ & \vdots & \p_k & = & (1 - C) (1 - F(a_{k-1} + {x^'b}) )

Thus, for a k-level response, there are k-2 additional parameters, a2,a3, ... ,ak-1, estimated. These parameters are denoted by INTER.j, j = 2,3, ... ,k-1 in the output.

An intercept parameter is always added to the set of independent variables as the first term in the model unless the NOINT option is specified in the MODEL statement. If a classification variable taking on k levels is used as one of the independent variables, a set of k indicator variables is generated to model the effect of this variable. Because of the presence of the intercept term, there are at most k-1 degrees of freedom for this effect in the model.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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