BookmarkSubscribeRSS Feed
stellapersis7
Obsidian | Level 7

Hi all,

I have a study with 3 categories dependent variable and 4 categorical independent variable and the data is survey based. I am using multinomial logistic regression with logit.

Can you please confirm if this is a correct procedure and code.

Thanks 

 

 proc surveylogistic data =  meps.sdm;

 weight poolwt;

 cluster VARPSU;

 strata VARSTR;

 class regionnew;

 model SDMSCORE =  regionnew / link =glogit;

 run;

1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1 reply
  • 1041 views
  • 0 likes
  • 2 in conversation