So, I am trying to run a regression that requires me to log and take the first differences of it to render stationary. That is why I am using VECM.
I ran the diagnostic tests, and everything is fine except that I have heteroskedasticity and autocorrelation. So, I tried to use newey west SE in Stata and it fixed the problem. However, I have one question. Should I run let's say
newey d.log(y) d.log(x1) d.log(x2) lag() or only newey log(y) log(x1) log(x2) lag() to follow the VECM?
Thank you in advance!
Related Posts with using newey west for heteroskedasticity and autocorrelation in vecm
BCa bootstrap confidence levelsHi all, I am bootstrapping a program and would like to obtain the confidence intervals for various …
Coefplot and spatial standard errors fromDear all, I am using x_ols to estimate spatial standard errors of multiple models. Now, I'd like to…
Boxplot/quantiles for frequencyHi everyone, I'm struggling with my dataset and I don't know how I can fix it. Here you see a sample…
xtabond2 for System GMM code writing problemDear all, I am new to xtabond2 I don't know to write the proper codes for my study. I would like to…
calculating percentages by household idHello, I want to create a variable that shows the % of increase in care by household. Below, you ca…
Subscribe to:
Post Comments (Atom)
0 Response to using newey west for heteroskedasticity and autocorrelation in vecm
Post a Comment