powered by
Print Cochrane-Orcutt Estimation
# S3 method for orcutt print(x, ...)
an orcutt object
additional arguments for specific methods.
Verbeek M. (2004) A guide to modern econometrics, John Wiley & Sons Ltd
# 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