| tidy.epi.tests | R Documentation | 
Tidy the output from epiR::epi.tests into a tibble
## S3 method for class 'epi.tests' tidy(x, ...)
| x | An epi.tests object | 
| ... | other arguments - ignored | 
Returns a tibble
head(mtcars) res <- epi_tests(mtcars, mpg < 25, cyl > 4, conf.level = 0.95) tidy(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.