Hi all,

Then, I drop one of c.iv1#c.iv1, and it becomes significant.

But if I keep dropping another square term, c.iv2#c.iv2, then it becomes insignificant,
I have checked the correlationship between the variables, but found nothing serious collinearity
. corr income iv1 iv2
(obs=267)
| income iv1 iv2
-------------+---------------------------
income | 1.0000
iv1 | 0.0318 1.0000
iv2 | -0.0178 0.2790 1.0000
Is there something wrong here?
Thanks,
David
Code:
poisson income c.iv1##c.iv2 c.iv1#c.iv1 c.iv2#c.iv2 cv1 cv2 cv3 cv4 i.indcode i.areacode, vce(robust)
Then, I drop one of c.iv1#c.iv1, and it becomes significant.
Code:
poisson income c.iv1##c.iv2 c.iv2#c.iv2 cv1 cv2 cv3 cv4 i.indcode i.areacode, vce(robust)
But if I keep dropping another square term, c.iv2#c.iv2, then it becomes insignificant,
I have checked the correlationship between the variables, but found nothing serious collinearity
. corr income iv1 iv2
(obs=267)
| income iv1 iv2
-------------+---------------------------
income | 1.0000
iv1 | 0.0318 1.0000
iv2 | -0.0178 0.2790 1.0000
Is there something wrong here?
Thanks,
David
Comment