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

predict.orcutt

Predict method for Cochrane-Orcutt Estimation


Description

Predicted values based on orcutt object.

Usage

## S3 method for class 'orcutt'
predict(object, ...)

Arguments

object

An "orcutt" object build with Cochrane-Orcutt fuction

...

further arguments passed to or from other 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)
predict.coch = predict(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.