Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.orcutt

Print Cochrane-Orcutt Estimation


Description

Print Cochrane-Orcutt Estimation

Usage

## S3 method for class 'orcutt'
print(x, ...)

Arguments

x

an orcutt object

...

additional arguments for specific methods.

Author(s)

Stefano Spada

References

Verbeek M. (2004) A guide to modern econometrics, John Wiley & Sons Ltd

Examples

data(icecream, package="orcutt")
lm = lm(cons ~ price + income + temp, data=icecream)
coch = cochrane.orcutt(lm)
coch

orcutt

Estimate Procedure in Case of First Order Autocorrelation

v2.3
GPL-2
Authors
Stefano Spada [aut, cre], Matteo Quartagno [ctb], Marco Tamburini [ctb], David Robinson [ctb]
Initial release
2018-09-27

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.