Hi everyone,
I have a panel dataset and have concluded that I suffer from heteroskedasticity and serial correlation. Thus, I would like to use the Newey-West robust standard errors. Additionally, I am trying to run a fixed-effects model. My question is the following:
I ran both:
1) newey yvar xvar timeControls idControls, lag(6) force
2) xtivreg2 yvar xvar timeControls idControls, fe bw(6) robust (Of course in this models, idControls are removed due to the fe option, and I am not including an instrumental variable)
For Model 1, I obtain F(77,512)=12516.57 and Model 2 F(17,512)=0.40. Thus Model 1 is highly statistically significant whereas Model 2 is not at all. My t- and z- values are comparable, but not exactly equal.
Does anyone know what is going on, and what model is correct to use?
Thanks in advance,
Panos
I have a panel dataset and have concluded that I suffer from heteroskedasticity and serial correlation. Thus, I would like to use the Newey-West robust standard errors. Additionally, I am trying to run a fixed-effects model. My question is the following:
I ran both:
1) newey yvar xvar timeControls idControls, lag(6) force
2) xtivreg2 yvar xvar timeControls idControls, fe bw(6) robust (Of course in this models, idControls are removed due to the fe option, and I am not including an instrumental variable)
For Model 1, I obtain F(77,512)=12516.57 and Model 2 F(17,512)=0.40. Thus Model 1 is highly statistically significant whereas Model 2 is not at all. My t- and z- values are comparable, but not exactly equal.
Does anyone know what is going on, and what model is correct to use?
Thanks in advance,
Panos
Comment