8.6762170 0.0853216 101.6884 9.67e-05 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-Ursprüngliche Nachricht-
Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im
Auftrag von Achim Zeilei
l 8.6762170 0.0853216 101.6884 9.67e-05 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
-Ursprüngliche Nachricht-
Von: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Im
Auftrag von Achi
On Mon, 14 Dec 2009, Bender, Marina wrote:
Hi,
As I didn't get a response last week, I try it again.
I want to calculate the t- and p-values for a linear model using the Newey West
estimator.
I tried this Code and it usually worked just fine:
oberlm <- lm(DYH ~ BIP + Infl + EOil, data=HU_
Hi,
As I didn't get a response last week, I try it again.
I want to calculate the t- and p-values for a linear model using the Newey West
estimator.
I tried this Code and it usually worked just fine:
> oberlm <- lm(DYH ~ BIP + Infl + EOil, data=HU_H)
> coeftest(oberlm, NeweyWest(oberlm, lag=2)
Hi,
I want to calculate the t- and p-values for a linear model using the Newey West
estimator.
I tried this Code and it usually worked just fine:
> oberlm <- lm(DYH ~ BIP + Infl + EOil, data=HU_H)
> coeftest(oberlm, NeweyWest(oberlm, lag=2))
t test of coefficients:
Estimate Std.
> Hi,
>
> I want to calculate the t- and p-values for a linear model using the Newey
> West estimator.
> I tried this Code and it usually worked just fine:
>
> > oberlm <- lm(DYH ~ BIP + Infl + EOil, data=HU_H)
> > coeftest(oberlm, NeweyWest(oberlm, lag=2))
>
> t test of coefficients:
>
>
6 matches
Mail list logo