I am using proc genmod for logistic regression with repeated measures. However, the following code does not show the odds ratio. I need to know the odds ratio of the continuous variable "rcg00017033 ".
proc genmod data=spt_three_final;
class studyid ;
model spt(event='1')= rcg00017033 gender P10_Q5BirthWeight/ dist=bin link=logit;
repeated subject=studyid / type=cs;run;
It is for category variable ,not continuous variable.
estimate 'age at 7' intercept 1 age 7 /exp;
Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.