I am running my baseline regressions using OLS method with Petersen (2009) two-dimensional clustered robust standard errors at firm level and year level. "This is a robust method and adjust standard errors for potential heteroscedasticity, cross-sectional and time-series dependence thus improving the accuracy of our estimates". my code is as follows:
ivreg2 depvar indepvar , cluster(firmID Time)
Now , I intend to run 2SLS regression with some exogenous instruments to mitigate endogeneity. Is it possible to adjust standard errors of my 2SLS regression in the same way as above? More specifically I want my SE to be adjusted for potential heteroscedasticity, cross-sectional and time-series dependence similar to Petersen (2009) approach as above. Thanks.
Related Posts with cluster standard errors at firm level and year level in 2SLS
Time fixed effects are present but insignificant in regression modelHi, I am trying to estimate the impact of climate variables on suicide rates. I am working with pan…
Adding into string variables for ID codesHi I have a list of ID numbers in string that are all missing their regional code at the beginning …
Unknown function() errorHello, I am looping correlation coefficients over hundreds of variables, and am dumping outputs and …
keep data with both pre- and post-event data?Dear All, I have been asked the following question. The data is Code: * Example generated by -data…
Why was the manual memory management (-set mem-) disabled/discontinued? Are Stata's memory problems of Win32 present under Win64 and Linux?Good morning, I am working on an ancient laptop running Win32, with 4gb of physical memory. While …
Subscribe to:
Post Comments (Atom)
0 Response to cluster standard errors at firm level and year level in 2SLS
Post a Comment