Aliases: glance.orcutt
Keywords:
### ** Examples # feel free to ignore the following lineā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) }