Dear experienced STATA users,
Dear statisticians,
for a paper I am currently working on I utilise the following regression model:
where y = depvar, x1 - x3 = predictors and x1#x2 - x1#x3 are two interaction terms. Assuming I find a coefficient of 0.2 for x3, do I interpret this as:
A) The coefficient of the main effect of x3 being 0.2 for x1 = 0, holding x2 constant OR
B) The coefficient of the main effect of x3 being 0.2 for x1 = 0 and x2 = 0?
Reversely, assuming I find a coefficient of 0.4 for x1#x3, do I interpret this as:
C) The coefficient of the interaction effect of x1 and x3 being 0.4, holding x2 constant OR
D) The coefficient of the interaction effect of x1 and x3 being 0.4, for x2 = 0?
Thank you so much, help is greatly appreciated
Dear statisticians,
for a paper I am currently working on I utilise the following regression model:
Code:
regress y x1 x2 x3 x1#x2 x1#x3
A) The coefficient of the main effect of x3 being 0.2 for x1 = 0, holding x2 constant OR
B) The coefficient of the main effect of x3 being 0.2 for x1 = 0 and x2 = 0?
Reversely, assuming I find a coefficient of 0.4 for x1#x3, do I interpret this as:
C) The coefficient of the interaction effect of x1 and x3 being 0.4, holding x2 constant OR
D) The coefficient of the interaction effect of x1 and x3 being 0.4, for x2 = 0?
Thank you so much, help is greatly appreciated
Comment