On Wed, 15 Feb 2017, T.Riedle wrote:
Dear all,
I want to run a regression using lm() with Newey West corrected standard errors.
This is the code
Reg<-lm(g~sent + liquidity + Cape, data=dataUsa)
CoefNW<-coeftest(Reg, vcov.=NeweyWest)
CoefNW
In contrast to summary(Reg) the output of CoefNW nei
Dear all,
I want to run a regression using lm() with Newey West corrected standard errors.
This is the code
Reg<-lm(g~sent + liquidity + Cape, data=dataUsa)
CoefNW<-coeftest(Reg, vcov.=NeweyWest)
CoefNW
In contrast to summary(Reg) the output of CoefNW neither returns the adjusted R
squared nor
2 matches
Mail list logo