BookmarkSubscribeRSS Feed
psh23
Fluorite | Level 6

Hello,

 

I am trying to predict poor vs. high self rated health in a multi-national survey with complex sampling. I have two time points and I am using proc glimmix with cluster and sample weights. All of my covariates are recorded at baseline, and my outcome is at follow up. When I add baseline self rated health at time 1, the model does not converge. What could be the reason for this? 

 

Thank you!

 

proc glimmix data=final;

class multim(ref="6") marpartdumw5 educ femalew5 csmokerw5 country; 

model poorfairsrhw6 = poorfairsrhw5 multim marpartdumw5 educ femalew5 csmokerw5 BMIw5 agew5 hnetww5 / dist=binomial link=logit

solution oddsratio;

weight cliw_f;

random intercept / subject = country;

run;

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is ANOVA?

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.

Discussion stats
  • 0 replies
  • 1088 views
  • 0 likes
  • 1 in conversation