The function summary.orcutt computes and returns a list of summary statistics of the fitted Cochrane-Orcutt
coefficientsa p x 4 matrix with columns for the estimated coefficient, its standard error, t-statistic and corresponding (two-sided) p-value. Aliased coefficients are omitted.
fstatisticvalue of F statistic.
dfdegrees of freedom of F statistic.
r.squaredR^2, the fraction of variance explained by the model.
adj.r.squaredthe above R^2 statistic adjusted, penalizing for higher p.
DW.ta 4-vector contained the Durbin-Watson statistic and the p-value for the original "lm" model, and the Durbin-Watson statistic and the p-value for the original "orcutt" model .