I have a dataset with two variables, first variable is the test result, it attains values : 1,2,3,4,5. The other one is the golden standard with values 0,1 and missing. I am using the following model to find the effect of the test on the golden standard:
proc glimmix data=data;
class studyID PosResultDesc ;
model tbyn1 = PosResultDesc/ cl dist=binary or link=logit chisq;
random intercept / subject = studyID ;
run;But the model does not converge. I attach the data, any thoughts what could be the reason?
There's lots of advice out there. Go to your favorite search engine, type in "proc glimmix does not converge"
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.