Hi,
When I run binary logistic regression, I put values for outcome categories as case=1, control=0.
Does this apply to SAS also, or I can put values as case=1, control=2?
Thanks
Abdul Wajid
You can use just about any two levels you like, including character if using Proc logistic.
You an specify which even is of interest using event syntax such as
model: variable(event='A') = <predictors>
or
model: variable(event='2') = <predictors>
The default would be event=first which would be the first ordered category. You can specify either a formatted value or key words First and Last for event. Other options can affect the order considered such as DESCENDING , ORDER= .
The documentation has several worked examples.
Thanks!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.