Can someone please assist me on how to run multinomial logit, conditional logit, and mixed logit in SAS? I know proc logistic does regular logit and ordered logit, but Im confused on how to run the other three.
Thanks!
Multinomial can also be run in PROC LOGISTIC, as the difference between ordered and multinomial is how you interpret the terms.
It looks like Conditional can also be run via PROC LOGISTIC
Conditional Logistic regression can be run via PROC PHREG
@Reeza Thank you will give this a shot.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.