Dear all,
I'd like to ask, when there is an interaction term included in a model, how one should interpret the reported marginal effects reported by "margins, dydx(*) predict(pu0)" after using xtlogit. "Margins" doesn't report the marginal effect of the interaction term, because the value of the interaction term can’t change independently of the values of the component terms, so one can’t estimate a separate effect for the interaction. But I want to know how to interpret the reported marginal effects then?
As an example, if the model is like this:
y = a0 + a2*x + a3*z + a4*x*z + error
If estimating this using "xtlogit y c.x##c.z, re", then get marginal effects using "margins, dydx(*) predict(pu0)", how shall I interpret the marginal effects? How are such marginal effects calculated when an interaction term "c.x##c.z" is included in the model but not reported by margins?
Thank you very much for your insights.
I'd like to ask, when there is an interaction term included in a model, how one should interpret the reported marginal effects reported by "margins, dydx(*) predict(pu0)" after using xtlogit. "Margins" doesn't report the marginal effect of the interaction term, because the value of the interaction term can’t change independently of the values of the component terms, so one can’t estimate a separate effect for the interaction. But I want to know how to interpret the reported marginal effects then?
As an example, if the model is like this:
y = a0 + a2*x + a3*z + a4*x*z + error
If estimating this using "xtlogit y c.x##c.z, re", then get marginal effects using "margins, dydx(*) predict(pu0)", how shall I interpret the marginal effects? How are such marginal effects calculated when an interaction term "c.x##c.z" is included in the model but not reported by margins?
Thank you very much for your insights.
Comment