BookmarkSubscribeRSS Feed
ph6
Obsidian | Level 7 ph6
Obsidian | Level 7

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?

 

 
1 REPLY 1
PaigeMiller
Diamond | Level 26

There's lots of advice out there. Go to your favorite search engine, type in "proc glimmix does not converge"

--
Paige Miller
How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1202 views
  • 0 likes
  • 2 in conversation