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;
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore 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.