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

SAS INNOVATE 2024

Innovate_SAS_Blue.png

Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.

If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website. 

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