I want to control for country fixed effects in a mlogit
I have tried the following code:
Code:
xtset country xtmlogit depvar A B c.C##c.D
I have also tried using femlogit:
Code:
femlogit depvar A B c.C##c.D
However, apparently femlogit does not work with factor variables
Is it okay to instead run the regression as below or is that bad practice in nonlinear models and will mess up the results?
Code:
mlogit depvar A B c.C##c.D i.country
Any suggestions or comments on using fixed effects for a mlogit?
Best, Frederik
0 Response to Fixed effects in a mlogit
Post a Comment