BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
davis
Fluorite | Level 6

Good afternoon,

 

I have a quick question regarding the aforementioned subject, and was wondering if someone could lend a hand.

 

To no avail, I have been exploring proc HP Logistic (SAS EG) for a multinomial case, and unsure where I a making syntax errors.

 

If someone could share or point me to sample code that works for proc hplogistic for a multinomial case, it would be sincerely appreciated.

 

Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
StatDave
SAS Super FREQ

"Multinomial" can mean ordered (ordinal) or unordered (nominal). If your response is ordinal, then the Cheese example in the HPLOGISTIC documentation shows how it is done... the syntax isn't different from the binary case. If the response is nominal, then you just need to add the LINK=GLOGIT option in the MODEL statement.

View solution in original post

3 REPLIES 3
Reeza
Super User
Is it significantly different from the ordinal case? I thought it was the same but the interpretations were different?
Here's the documentation example of ordinal:
https://documentation.sas.com/doc/en/statcdc/14.2/stathpug/stathpug_hplogistic_examples03.htm

If you're having syntax issues showing your code is usually helpful. If you can't for whatever reason, I suggest building on the example and using that to illustrate your issue.
StatDave
SAS Super FREQ

"Multinomial" can mean ordered (ordinal) or unordered (nominal). If your response is ordinal, then the Cheese example in the HPLOGISTIC documentation shows how it is done... the syntax isn't different from the binary case. If the response is nominal, then you just need to add the LINK=GLOGIT option in the MODEL statement.

davis
Fluorite | Level 6
CONTROLLED
Thx!
I will explore.

sas-innovate-white.png

Register Today!

Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.

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
  • 3 replies
  • 803 views
  • 0 likes
  • 3 in conversation