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
replace groups of variables' valueDear Stata users, Suppose we have groups of variables whose values are coded as zero or one. Now we…
count group var if a condition is metHello, I am using Stata 15.1 to analyse household survey data. I want to simply count the number of…
Cohen’s d from a regressionHello, I have a regression coefficient (using the reg command) that I would like to convert to Cohen…
Dropping panel dataHi, I am still new to stata and I have encountered problems. I have this set of data, I only want …
Converting the hazard coefficients to transition probabilities within multistate frameworkHi everyone, Within the multistate life table framework, I am trying to compute transition probabili…
Subscribe to:
Post Comments (Atom)
0 Response to cluster standard errors at firm level and year level in 2SLS
Post a Comment