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;
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.