thanks a lot man, I appreciate your help, support and recommendations.
I will let you know about whatever I might get about this issue
Best wishes to all
Regards
Ibrahim Barkamih
proc GLIMMIX data=herd;
class testyear (ref='2004') time (ref='11');
model mpd = testyear time /dist=binary link=logit oddsratio solution;
random herd;
run;
Hi all,
Finally, I got my needs which is the code I posted in this reply.
Also, I would love to thank everyone who helped me to find a solution to this issue.
Rick_SAS your codes also now working perfectly after some changes on my machine.
thanks million man, I appreciate your time and all the suggestions to me.
Best Wishes to all
Ibrahim Barkamih
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.
Find more tutorials on the SAS Users YouTube channel.