Dear statalisters,
I would like to ask you please some help interpreting interactions and marginplots.
What I did is
participation is the % of people participating on environmental issues
rightleft dummy is a dummy=1 if people are left ideology oriented and 0=right.
Values is % values on a society
the coefficient are:
Then I use:
What I got is:

My questions then are:
How should I interpret the interaction coefficient? I understand that says "The effect of values change on people participation identified with left ideology is on average 12.8 points lower, than the corresponding effect of values on people participation identified with right ideology. Is that corrrect?
My second question is about how should I interpret the plot? why is the people from left ideology decreasing in the plot? How can I see that trend in the regression only?
Finally, If I add a second interaction, the interpretation of the coefficient of both interactions are the same?
I really really appreciate your help on this, since I have someone telling me that the interaction says that the values are moderating negatively the people participating and values seem to work as a substitute for personal political ideology, but I don't know if that is correct, how can I know if values are substitutes or complements? I am not sure that I they told me is correct.
Thank you very much again.
Alejandro.
I would like to ask you please some help interpreting interactions and marginplots.
What I did is
Code:
fracreg logit participation RightLeftdummy##c.values
rightleft dummy is a dummy=1 if people are left ideology oriented and 0=right.
Values is % values on a society
the coefficient are:
HTML Code:
RightLeftdummy: coefficient 11.076 std error 0.9364 95% Conf. Interval 9.2402 to 12.9110
HTML Code:
Values:coefficient 9.660 std error 0.7925 95% Conf. Interval 8.1067 to 11.2132
HTML Code:
RightLeftdummy#c.values: coefficient -12.8800 std error 1.0959 95% Conf. Interval -15.028 to -10.7321
Code:
margins RightLeftdummy, at(values =(0.442(0.05)0.9487))
Code:
marginsplot, xdimension(at(values))
My questions then are:
How should I interpret the interaction coefficient? I understand that says "The effect of values change on people participation identified with left ideology is on average 12.8 points lower, than the corresponding effect of values on people participation identified with right ideology. Is that corrrect?
My second question is about how should I interpret the plot? why is the people from left ideology decreasing in the plot? How can I see that trend in the regression only?
Finally, If I add a second interaction, the interpretation of the coefficient of both interactions are the same?
I really really appreciate your help on this, since I have someone telling me that the interaction says that the values are moderating negatively the people participating and values seem to work as a substitute for personal political ideology, but I don't know if that is correct, how can I know if values are substitutes or complements? I am not sure that I they told me is correct.
Thank you very much again.
Alejandro.
Comment