Hi Statalist,
Apologies, I am not yet familiar with using dataex. I am running a hazard model using xtlogit using the following command.
xtlogit ibn.period age agesq sex married . . . , re vce(robust) nolog nocons
Then I run the post estimation command : margins dydx(*), predict(pu0)
One of the periods gets dropped. How do I impose a condition to ensure that I report the marginal effect for the period that gets omitted after the margins command, to match the results I have reported for the coefficients with noconstant? I am reporting the output in a nested table so I wish to have a consistent output to display.
Thanks
Apologies, I am not yet familiar with using dataex. I am running a hazard model using xtlogit using the following command.
xtlogit ibn.period age agesq sex married . . . , re vce(robust) nolog nocons
Then I run the post estimation command : margins dydx(*), predict(pu0)
One of the periods gets dropped. How do I impose a condition to ensure that I report the marginal effect for the period that gets omitted after the margins command, to match the results I have reported for the coefficients with noconstant? I am reporting the output in a nested table so I wish to have a consistent output to display.
Thanks

Comment