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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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
  • 978 views
  • 0 likes
  • 2 in conversation