Hello guys! First, thank you for your help!
I'm doing a mlogit + logit regression and then having the margins to interpreter the results.
The variable X1 take values 1 to 5. When I do the margins, the "value of reference" is when X1 = 1 but I want this when X1 = 3; I mean, I wanna the other values to be compared when X1 = 3 and not when X1 = 1.
I can't find the command to do this.
Could you help me? Thank you very much.
I'm doing a mlogit + logit regression and then having the margins to interpreter the results.
mlogit Y1 i.X1 i.X2 i.X3 i.X4 i.X5 i.X6, baseoutcome(3) r
margins, dydx(*)
mlogit Y2 i.X1 i.X2 i.X3 i.X4 i.X5 i.X6, r
margins, dydx(*)
margins, dydx(*)
mlogit Y2 i.X1 i.X2 i.X3 i.X4 i.X5 i.X6, r
margins, dydx(*)
I can't find the command to do this.
Could you help me? Thank you very much.
Comment