Hi all,
I am running a poisson model using poisson looking at the effect of 2 continuous variables and the interaction between these on a continuous outcome variable (such as income,sales).
My code is as follows:
poisson depvar c_var1 c_var1(square term) c_var2 c_var2(square term) c_var1_c_var2, vce(robust)
The interaction effect is significant (β=-.000041, SE=.0000214, p=0.055) so in order to understand what direction the effect is in I want to picture the interaction.
which code should I use in this case? Also, what does the scale on the y-axis refer to?
Before posting, I've read the previous posts below, but they are a bit far from the case i am facing
http://www.statalist.org/forums/foru...ts-panel-model
http://www.ats.ucla.edu/stat/stata/dae/poissonreg.htm
http://www.stata.com/statalist/archi.../msg01198.html
Many thanks for any help,
David
I am running a poisson model using poisson looking at the effect of 2 continuous variables and the interaction between these on a continuous outcome variable (such as income,sales).
My code is as follows:
poisson depvar c_var1 c_var1(square term) c_var2 c_var2(square term) c_var1_c_var2, vce(robust)
The interaction effect is significant (β=-.000041, SE=.0000214, p=0.055) so in order to understand what direction the effect is in I want to picture the interaction.
which code should I use in this case? Also, what does the scale on the y-axis refer to?
Before posting, I've read the previous posts below, but they are a bit far from the case i am facing
http://www.statalist.org/forums/foru...ts-panel-model
http://www.ats.ucla.edu/stat/stata/dae/poissonreg.htm
http://www.stata.com/statalist/archi.../msg01198.html
Many thanks for any help,
David
Comment