Tips:Predicting events and not non-events in PROC LOGISTIC
From sasCommunity
The default coding in PROC LOGISTIC often shows the probability of the 'wrong' outcome. This can be avoided by using, e.g.,
(event = '1')
after the dependent variable in the MODEL statement.
Submitted by Peter L. Flom. Contact me at my Discussion Page.
....see also
