請問大家,若使用two way cluster模型估計係數,然後比較兩模型的係數差異之顯著性,如何執行?謝謝!
模型:
reg1: y= a0+a1*X2 →執行 cluster2 y x2, fcluster(firm) tcluster(year)
est store eq1
reg2: y= b0+b1*X2+b3*X3 →執行 cluster2 y x2 x3, fcluster(firm) tcluster(year)
est store eq2
suest eq1 eq2, cluster(firm year)
似乎suest無法執行two way cluster,請問大家若要比較兩模型的a1與b1係數是否有差異,如何執行?謝謝大家!