I'm building a count model using a Poisson regression. When I run my regression model without an interaction term, both of my main study variables (X1 and X2) show a positive sign. However, when I add an interaction term for these two variables, both signs turn negative. Multicollinearity is not a problem in my model, so the change in signs appears to be real (it also makes theoretical sense). Since the interaction term is positive, I interpret this as showing that the positive moderation of X2 on X1 (or viceversa...) only happens at "relatively high values" of X1 and X2.. Would this interpretation be correct? How can I show at exactly what high values of X1 and X2 does the interaction becomes positive?
Here's a summary of my results:
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 1.924e+00 1.227e+00 1.567 0.117070
X1 -1.697e+00 6.921e-01 -2.452 0.014197 *
X2 -1.172e+00 5.950e-01 -1.971 0.048777 *
X1:X2 1.014e+00 3.110e-01 3.260 0.001113 **
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
Is there a way to show numerically at what values of X1 and X2 the interaction becomes positive?