Panel 2SLS EViews and Stata
Posted: Tue Jul 23, 2013 3:31 pm
I use panel two-stage least squares estimation with period and regional fixed effects and White period standard errors in EViews. Now I try to get the same results in Stata, and although it seems very simple, I don't get the same results for standard errors. The closest results are given by:
ivregress 2sls mp6 rgdpgr lrgdppc2 icrgave2 r1 r2 r3 yr* (L.kcont2 = L.bit_us L.eu), vce(cluster ifscode)
The coefficients are the same, but the standard error for kcont2 is 0.324050 in EViews, and .3189183 in Stata. They are close enough perhaps, but I wonder why they differ, and whether there is an option that would make them the same.
Thanks for your attention.
ivregress 2sls mp6 rgdpgr lrgdppc2 icrgave2 r1 r2 r3 yr* (L.kcont2 = L.bit_us L.eu), vce(cluster ifscode)
The coefficients are the same, but the standard error for kcont2 is 0.324050 in EViews, and .3189183 in Stata. They are close enough perhaps, but I wonder why they differ, and whether there is an option that would make them the same.
Thanks for your attention.