print.orcutt {orcutt} | R Documentation |
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
[Package orcutt version 2.3 Index]