Interaction term in a non-linear model
In a non-linear model (for example, logit or poisson model), the interpretation of the coefficient on the interaction term is tricky. Ai and Norton (2003) points out that the interaction term coefficient is not the same as people can interpret as in a linear model; that is, how much effect of changes with the value of . They interpret this as a cross
If we have a linear model with interaction:
Then, the marginal effect
That is, is the second derivative of on and . The marginal effect of
In a non-linear model,
Here, the partial derivative of on and is still . However, most people are interested in .
where is the inverse function of .
It is true that in a non-linear model with interaction, the marginal effect of differs with different values of . However, even if we have a non-linear model without interaction, the marginal effect of is still different with different values of . To see this,
Therefore, when we set up our model,
we have in mind that we allow interaction of and to interact for the effect on ; not on .
We agree with Bill Greene, 2013. In a nonlinear model, the partial effects (as Greene calls it) is nonlinear, regardless of the model. For example, in a logit model, even if you don’t have an interaction term in your model, the effect of will still be different for every value of , simply because it’s a nonlinear model.
As Greene put it at the summary section, “Build the model based on appropriate statistical procedures and principles. Statistical testing about the model specification is done at this step Hypothesis tests are about model coefficients and about the structural aspects of the model specifications. Partial effects are neither coefficients nor elements of the specification of the model. They are implications of the specified and estimated model.”
We also agree with Maarten Buis 2010, that we should use multiplicative effect in a non-linear model. That is, in a non-linear model,
We should pay more attention to
For example, in a logit model,
That is, the log of odds is a linear function of and and interaction. The interaction effect has the same interpretation as the linear model, in terms of log of odds.
Or, it becomes multiplicative effect when we talk about odds ratios. Stata’s “margins” command is a great tool to calculate marginal effects in various situations, as shown in Maarten Buis 2010.