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!
Related Posts with Help with mlogit
Identification of gender from names through machine learning methodsHi, Code: * Example generated by -dataex-. To install: ssc install dataex clear input str37 name …
Storing Beta values by running regression loops on panel dataHi, I have the daily data of ten years (from 2008 to 2018) with four variables: 1) Date 2) Firm Nam…
the smae code and the same data, but the result is different using STATA 13,15 and 16In Stata 16, the code below cannot run normally, but in Stata 15 and Stata 13, the code can run corr…
Line graph for multiple time pointsHi first time posting here, would appreciate any help as I am quite stuck on this. Have tried access…
bootstrap: insufficient observations to compute bootstrap standard errorsI don't know the exact reason. Can anyone help me out? Here is the data and code: Code: * Example …
Subscribe to:
Post Comments (Atom)
0 Response to Help with mlogit
Post a Comment