Hi all,
I have a regression of the type:
y is a count variable: number of employees in a given firm. x1 and x2 are both continuous. However, they are on completely different scales. They are in level, i.e. not logged or exponentiated. x1 is the GDP growth rate, x2 is a continuous variable with range [-0.65 ; 0.756] I am interested in the interaction effect between x1 and x2.
I understand that in light of McCabe et al (2022), and the seminal paper by Ai and Norton (2003), the interaction effect in nonlinear models is completely different from b3.
I applied the methodology of Leitgoeb (2014): https://www.stata.com/meeting/german...4_leitgoeb.pdf
I obtained the total interaction effect. My question is the following:
x1 is the regressor of interest, x2 acts as the moderator. How do I interpret the interaction effect? In particular, how do I interpret its magnitude?
Furthermore, given that x1 and x2 are on completely different scales, can I say the following: "A unit rise in x2 changes the semi-elasticity of y to x1 by the magnitude of the interaction effect".
Many thanks in advance for your help!
I have a regression of the type:
Code:
y = exp(b1*x1 + b2*x2 + b3*x1*x2)*error
I understand that in light of McCabe et al (2022), and the seminal paper by Ai and Norton (2003), the interaction effect in nonlinear models is completely different from b3.
I applied the methodology of Leitgoeb (2014): https://www.stata.com/meeting/german...4_leitgoeb.pdf
I obtained the total interaction effect. My question is the following:
x1 is the regressor of interest, x2 acts as the moderator. How do I interpret the interaction effect? In particular, how do I interpret its magnitude?
Furthermore, given that x1 and x2 are on completely different scales, can I say the following: "A unit rise in x2 changes the semi-elasticity of y to x1 by the magnitude of the interaction effect".
Many thanks in advance for your help!
Comment