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
Interpretation of interaction terms in OLSDear StataList Members, I am trying to estimate the household composition for female children in th…
Changing dates from "dd/mm/yyyy 00:00" to "yyyy mm"Dear all, I am working with a large dataset of nearly 3 million observations on house prices in the…
Fixed and random effects in cross sectional dataDear all, 1. I have a cross sectional data which has information on siblings. Will i be able to do …
Transforming dataset into a panel datasetDear STATA-Users, I am working on a data set which currently looks like that: (The data is sorted a…
reghdfe makes Mata forget Mata functionsHi, I am a beginner with Mata and also have not written Stata programs (.ado files). Inside a large…
Subscribe to:
Post Comments (Atom)
0 Response to using newey west for heteroskedasticity and autocorrelation in vecm
Post a Comment