Learn R Programming

orcutt (version 2.3)

print.orcutt: Print Cochrane-Orcutt Estimation

Description

Print Cochrane-Orcutt Estimation

Usage

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

Arguments

x

an orcutt object

additional arguments for specific methods.

References

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

Examples

Run this code
# NOT RUN {
data(icecream, package="orcutt")
lm = lm(cons ~ price + income + temp, data=icecream)
coch = cochrane.orcutt(lm)
coch
# }

Run the code above in your browser using DataLab