tidy-linest: Tidy a linest object

tidy-linestR Documentation

Tidy a linest object

Description

Tidy summarizes information about the components of the object.

Usage

## S3 method for class 'linest_class'
tidy(x, conf.int = FALSE, conf.level = 0.95, ...)

Arguments

x

A 'linest_class' object (produced by linest methods).

conf.int

Should confidence intervals be added.

conf.level

Desired confidence level.

...

Additional arguments; currently not used.


hojsgaard/doBy documentation built on May 4, 2024, 5:20 a.m.