Dear all,
I am running the following model in Stata 13
. I am modeling an interaction between a continuous variable c.Y_time0 and the categorical variable i.X, which only takes values of 0 or 1. 
After -marginsplot, this is the graph I obtained:

But, I am not sure how to interpret the image as the sign of the interaction is negative and none of these lines is decreasing.
I am sorry for the basic questions, but I really appreciate any help.
Thank you.
I am running the following model in Stata 13
Code:
glm Y_time1 i.X##c.Y_time0 c.T i.B c.D , family(poisson) link(log)
After -marginsplot, this is the graph I obtained:
But, I am not sure how to interpret the image as the sign of the interaction is negative and none of these lines is decreasing.
I am sorry for the basic questions, but I really appreciate any help.
Thank you.
Comment