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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.