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
Second legend StataI have a coefficient plot of the following form: Code: sysuse auto eststo reg_1: reg price mpg ests…
confidence intervals on proportionHi there Apologies in advance if this has already been answered elsewhere. I have a dataset of many …
Maybe the dumbest question everHello, I'm new to Stata. I have hunted around and can't seem to find a simple answer to what I'm sur…
Fractional response model with balanced panel data and binary endogenous and instrumental-variable.Dear All, I am using balanced panel for the model where the dependent variable is a fraction. Both e…
Help with my work!Hi everyone, I have some work I am really struggling with, I am only able to complete 1a) and the re…
Subscribe to:
Post Comments (Atom)
0 Response to using newey west for heteroskedasticity and autocorrelation in vecm
Post a Comment