predict.orcutt: Predict method for Cochrane-Orcutt Estimation

Description Usage Arguments Author(s) References Examples

Description

Predicted values based on orcutt object.

Usage

1
2
## 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

1
2
3
4
data(icecream, package="orcutt")
lm = lm(cons ~ price + income + temp, data=icecream)
coch = cochrane.orcutt(lm)
predict.coch = predict(coch)

orcutt documentation built on May 2, 2019, 2:19 a.m.