Hi everyone,
I have the following code for a logistic regression,
proc logistic data=have descending; class var1(ref='3') var2/ param=reference; model treatment = var1 var2; run;
In my model, the treatment one receives IS the outcome variable.
Now, some people in the data have more than one occasion of receiving treatment for the medical condition in question. There are 20,000 people and 20,500 cases. It is a very small proportion of people with a "cluster" of cases, but I would like to account for it anyway, regarding standard error estimates. Can anyone point me in the direction of the proper code?
Thanks
Lots of good information here: Logistic regression when there are more than one o... - SAS Support Communities
Lots of good information here: Logistic regression when there are more than one o... - SAS Support Communities
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.