Statistical Procedures

Programming the statistical procedures from SAS
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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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