Hello,
I try to run a multinominal retrogression with year and country fixed effect, where my dependent variable has 3 values and it is a dummy variable (NOT ordinal where there is a meaning to the number).
I could not find a code for multinominal regression with fixed effects in sas...
dependent | country | year |
1 | v | 2000 |
1 | v | 2001 |
1 | v | 2002 |
2 | v | 2003 |
2 | x | 1999 |
1 | x | 2000 |
1 | x | 2001 |
3 | x | 2002 |
2 | y | 2007 |
PROC LOGISTIC can do this
You can add any term into the model using the MODEL statement.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.