I am looking for help in interpreting a margins plot for a three-way interaction among continuous variables in a conditional logit model. Despite discussions with colleagues, we have not reached a consensus.
I am estimating a conditional logit model to examine the probability that an investor chooses a particular region for investment, based on the region's industry activity.
The baseline hypothesis (supported) is that greater industry-specific activity in a region increases the likelihood that an investor from the same industry will choose that region.
A second hypothesis (also supported) posits that this positive relationship is strengthened by the normative strength (i.e., the strength of norms and rules) within the region. The margins plot (see below) shows that as normative strength increases, the average marginal effect of industry activity on the probability of choosing a region also goes up.

A third hypothesis involves a three-way interaction. It posits that the interaction effect between regional industry activity and normative strength is more pronounced for investors with limited resource availability. In simpler terms, investors with fewer resources are more sensitive to greater normative strength than investors with more abundant resources.
In the margins plot (see below), as investor resources decrease, the margin lines are higher. The lines correspond to low (mean - 1 SD) and high (mean + 1 SD) levels of resource availability. The margins appear to be parallel, with non-overlapping confidence intervals.

Now, my question is, for the three-way interaction to be supported, is it sufficient that the lines are apart with non-overlapping confidence intervals, or should the upper lines (representing lower resource availability) also have a steeper slope than the lower lines?
If the latter is required, how is it possible for the upper lines, corresponding to progressively lower levels of resources, to continue increasing in slope without becoming implausibly steep? Does this imply that significant three-way interactions are unlikely to occur over the entire range of the second moderator?
Finally, if the margins lines need to have different slopes, how can one test this in non-linear models where the slope of the margin is not constant? Although this is not strictly a Stata question, I believe it may be useful for those estimating three-way continuous interactions in non-linear models.
Thank you for any insights you can provide.
P.S. In the next post I am including a simplified version of the code used to estimate the model and create the plots.
I am estimating a conditional logit model to examine the probability that an investor chooses a particular region for investment, based on the region's industry activity.
The baseline hypothesis (supported) is that greater industry-specific activity in a region increases the likelihood that an investor from the same industry will choose that region.
A second hypothesis (also supported) posits that this positive relationship is strengthened by the normative strength (i.e., the strength of norms and rules) within the region. The margins plot (see below) shows that as normative strength increases, the average marginal effect of industry activity on the probability of choosing a region also goes up.
A third hypothesis involves a three-way interaction. It posits that the interaction effect between regional industry activity and normative strength is more pronounced for investors with limited resource availability. In simpler terms, investors with fewer resources are more sensitive to greater normative strength than investors with more abundant resources.
In the margins plot (see below), as investor resources decrease, the margin lines are higher. The lines correspond to low (mean - 1 SD) and high (mean + 1 SD) levels of resource availability. The margins appear to be parallel, with non-overlapping confidence intervals.
Now, my question is, for the three-way interaction to be supported, is it sufficient that the lines are apart with non-overlapping confidence intervals, or should the upper lines (representing lower resource availability) also have a steeper slope than the lower lines?
If the latter is required, how is it possible for the upper lines, corresponding to progressively lower levels of resources, to continue increasing in slope without becoming implausibly steep? Does this imply that significant three-way interactions are unlikely to occur over the entire range of the second moderator?
Finally, if the margins lines need to have different slopes, how can one test this in non-linear models where the slope of the margin is not constant? Although this is not strictly a Stata question, I believe it may be useful for those estimating three-way continuous interactions in non-linear models.
Thank you for any insights you can provide.
P.S. In the next post I am including a simplified version of the code used to estimate the model and create the plots.
Comment