Hello,
I am having a problem with clustering. I am regressing a dummy variable on a state-level variable using unbalanced panel data.
My code is:
And I find the following results:
When I adjust standard errors using state clustering, the variable of interest state_x, is statistically insignificant. But when clustering by the firm or using robust standard errors, I find a strongly significant coefficient on state_x. What would be the cause of these results?
Thank you in advance.
I am having a problem with clustering. I am regressing a dummy variable on a state-level variable using unbalanced panel data.
My code is:
Code:
probit dummy_y state_x i.industry_fe i.year_fe, vce(cluster state)
When I adjust standard errors using state clustering, the variable of interest state_x, is statistically insignificant. But when clustering by the firm or using robust standard errors, I find a strongly significant coefficient on state_x. What would be the cause of these results?
Thank you in advance.
Comment