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.
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.
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.