R/linest_tidy.R
tidy-linest.Rd
Tidy summarizes information about the components of the object.
# S3 method for class 'linest_class' tidy(x, conf.int = FALSE, conf.level = 0.95, ...)
A 'linest_class' object (produced by linest methods).
linest
Should confidence intervals be added.
Desired confidence level.
Additional arguments; currently not used.