In a xtlogit model
Can I use
to interpret the coefficients?
Thank you.
Code:
xtlogit mental_health i.gender i.age income#i.province
Code:
margins, dydx (income) at (province=(0 1 2 3 4))
Thank you.
Comment