BookmarkSubscribeRSS Feed
wajs
Fluorite | Level 6

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

2 REPLIES 2
ballardw
Super User

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.

wajs
Fluorite | Level 6

Thanks!

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 409 views
  • 1 like
  • 2 in conversation