tidy.epi.tests: Tidy the output from epiR::epi.tests into a tibble

View source: R/epi_tests.R

tidy.epi.testsR Documentation

Tidy the output from epiR::epi.tests into a tibble

Description

Tidy the output from epiR::epi.tests into a tibble

Usage

## S3 method for class 'epi.tests'
tidy(x, ...)

Arguments

x

An epi.tests object

...

other arguments - ignored

Value

Returns a tibble

Examples

head(mtcars)
res <- epi_tests(mtcars, mpg < 25, cyl > 4, conf.level = 0.95)
tidy(res)

ianhandel/epidemr documentation built on April 13, 2022, 11:08 a.m.