Hello Stata Experts,
I am running a GEE model. I expect that the independent variable has a non-linear relationship with the dependent variable.
So I first run the linear model:
xtgee DV IV control, i(id) family(nb 3.2) corr(independent) vce(robust)
the coefficient of IV is insignificant (b=-0.226)
then I run the quadratic model:
xtgee DV IV IV^2 control i(id) family(nb 3.2) corr(independent) vce(robust)
the coefficient of linear IV is significant (b1=-0.567, p < 0.05) and that of quadratic IV is insignificant (b2=0.094).
My question is how I should interpret the significance of the linear term in a quadratic equation when the coefficient of the quadratic term is insignificant? Thanks.
I am running a GEE model. I expect that the independent variable has a non-linear relationship with the dependent variable.
So I first run the linear model:
xtgee DV IV control, i(id) family(nb 3.2) corr(independent) vce(robust)
the coefficient of IV is insignificant (b=-0.226)
then I run the quadratic model:
xtgee DV IV IV^2 control i(id) family(nb 3.2) corr(independent) vce(robust)
the coefficient of linear IV is significant (b1=-0.567, p < 0.05) and that of quadratic IV is insignificant (b2=0.094).
My question is how I should interpret the significance of the linear term in a quadratic equation when the coefficient of the quadratic term is insignificant? Thanks.
Comment