# NOT RUN {
# feel free to ignore the following line<U+2014>it allows {broom} to supply
# examples without requiring the model-supplying package to be installed.
if (requireNamespace("orcutt", quietly = TRUE)) {
# load libraries for models and data
library(orcutt)
# fit model and summarize results
reg <- lm(mpg ~ wt + qsec + disp, mtcars)
tidy(reg)
co <- cochrane.orcutt(reg)
tidy(co)
glance(co)
}
# }
Run the code above in your browser using DataLab