Hello to everyone in this forum,
I wonder if there is a way to add Driscoll-Kraay standard errors to perform rolling regressions using fixed effects in Stata?
I know you can use Newey and robust errors with this code, but is there a way to add Driscoll-Kraay standard errors?
clear all
set more off
webuse grunfeld,clear
xtset company year
tab company, gen(company_)
asreg invest mvalue kstock company_*, wind(year -7 0) robust
//or
asreg invest mvalue kstock company_*, wind(year -7 0) newey(2)
Thank you very much for your help!
Related Posts with Is there a way to use panel data rolling regressions with driscoll-Kraay standard errors?
Creating custom table with statisticsHello, I would like to create a table, like an asdoc table, but with some additional statistics. For…
Multi Level ModellingHi everyone, I new to this forum so i hope I'm not violating any forum rules. I've the following qu…
Variance in dependent variableHI, We are running an analysis that estimates promotion hazards for 13,534 workers of different rac…
Omitted "Treatment" variable in DiD fixed panel regressionHi, I'm currently studying the effects of mandatory CSR disclosure on firm performance. My data set …
Multiple imputationDear all, If i am carrying out multiple imputation as a result of missing data how do i go about it…
Subscribe to:
Post Comments (Atom)
0 Response to Is there a way to use panel data rolling regressions with driscoll-Kraay standard errors?
Post a Comment