glance.ritest: Glance at an 'ritest' object

Description Usage Arguments Value Examples

View source: R/tidy.R

Description

Glance at an 'ritest' object

Usage

1
2
## S3 method for class 'ritest'
glance(x, ...)

Arguments

x

An object produced by the 'ritest' function.

...

Additional arguments. Currently ignored.

Value

A data frame of goodness-of-fit 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.