I'm working on nested structure data with individuals nested in countries (I may also define a more detailed structure with individuals nested in country-years nested in countries).
To analyze these data, I started with a complete pooled-OLS, simply clustering the standard errors at the country (or country-wave) level.
Code:
reg isei_r c.maxisei_cntr##ib2.ineq_group i.gender age i.emp_status ib2.gdp_group beta_coeffadjMax [pw=dweight] , vce(clu cwave) *Same if I cluster for country only
Code:
mixed isei_r c.maxisei_cntr##ib2.ineq_group i.gender age i.emp_status ib2.gdp_group beta_coeffadjMax [pw=dweight] || country : maxisei_cntr, cov(unstr)
Furthermore, comparing the residual variance of the multilevel with the residual variance of the complete-pooled they are very close. Is this suggests that the hierarchical model does not add basically anything to the complete pooled OLS?
Thanks for the support
0 Response to Contradicting significance in complete pooled vs partial-pooling
Post a Comment