tidy.ritest: Tidy an 'ritest' object

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Tidy an 'ritest' object

Usage

1
2
## S3 method for class 'ritest'
tidy(x, conf.int = TRUE, ...)

Arguments

x

An object produced by the 'ritest' function.

conf.int

Logical indicating whether or not to include a confidence interval.

...

Additional arguments. Currently ignored.

Value

A data frame of summary statistics that conforms to the 'broom' package specifications.

Examples

1
2
3
4
est = lm(yield ~ N + P + K, data = npk)
est_ri = ritest(est, 'N', reps = 1e3, seed = 1234L, pcores = 2L)
tidy(est_ri)
glance(est_ri)

grantmcdermott/ritest documentation built on Jan. 8, 2022, 12:07 a.m.