Hi everyone,
I am exploiting a multinomial logit model to study the probability of workers of belonging to a certain status (there are 4 alternatives).
When I include year fixed effects in the model, Stata does not allow any more to compute the marginal effect for the main independent variables of interest.
I have the following code:
mlogit status independent variables i.year, base outcome(1)
mfx, predict(pr outcome(x)) var(independent variables)
Thanks a lot in advance for your help!