Hi all,
I have a question regarding the interpretation of an interaction term in the following model:
X and Z are continuous and X is negatively related to Y, whereas Z is positively related to Y.
Is it true that a negative coefficient in front of the interaction term suggest that the relationship between X and Y becomes less negative as the value of Z increases? And a positive interaction suggests that the relationship between X and Y becomes more negative as the value of Z increases?
Thank you very much
I have a question regarding the interpretation of an interaction term in the following model:
Code:
Y=β0+β1X+β2Z+β3XZ
Is it true that a negative coefficient in front of the interaction term suggest that the relationship between X and Y becomes less negative as the value of Z increases? And a positive interaction suggests that the relationship between X and Y becomes more negative as the value of Z increases?
Thank you very much
Comment