Hello,
I use Stata 14.1 and I have 3 variables: a, b, and c. a is the dependent variable(0/1). b is a categorical independent variable(0/1/2, 2 is the reference). c is a continuous independent variable. Other independent variables are not listed here.
I have a main effects model: logit(a)=cons+coef1*b_0+coef2*b_1+coef3*c. The P for coef1 and coef3 are less than 0.05 while for coef2 is over 0.05.
Then I ran the interaction between the 2 variables: logit a ib2.b c ib2.b#c.c,nolog. This time the P for the coefficient of b_0#c is over 0.05 while for b_1#c is less than 0.05.
So I am wondering if I should report the interaction? Or maybe there is something wrong with my analysis?
Thank you!
I use Stata 14.1 and I have 3 variables: a, b, and c. a is the dependent variable(0/1). b is a categorical independent variable(0/1/2, 2 is the reference). c is a continuous independent variable. Other independent variables are not listed here.
I have a main effects model: logit(a)=cons+coef1*b_0+coef2*b_1+coef3*c. The P for coef1 and coef3 are less than 0.05 while for coef2 is over 0.05.
Then I ran the interaction between the 2 variables: logit a ib2.b c ib2.b#c.c,nolog. This time the P for the coefficient of b_0#c is over 0.05 while for b_1#c is less than 0.05.
So I am wondering if I should report the interaction? Or maybe there is something wrong with my analysis?
Thank you!

Comment