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.
"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.
"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.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
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.