BookmarkSubscribeRSS Feed
djohn051
Fluorite | Level 6

PROC GENMOD DATA = TEMP;

CLASS ID AGE_GROUP(REF='0');

MODEL Y (EVENT = '1')  = AGE_GROUP/dist=bin link = logit;

REPEATED SUBJECT = ID /TYPE = exch;

ESTIMATE 'AGE_GROUP EFFECT' AGE_GROUP 1 -1/EXP;

RUN;

 

Say I use the above syntax and want to know the odds of being in AGE_GROUP 1 relative to 0, as well as AGE_GROUP 2 relative to 0. Is there a way to compute that without producing a dummy variable?

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 0 replies
  • 632 views
  • 0 likes
  • 1 in conversation