plot.epi.tests: Plot the output from epiR::epi.tests

View source: R/epi_tests.R

plot.epi.testsR Documentation

Plot the output from epiR::epi.tests

Description

Plot the output from epiR::epi.tests

Usage

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

Arguments

x

An epi.tests object

...

other arguments - ignored

Value

Returns a ggplot

Examples

head(mtcars)
res <- epi_tests(mtcars, am == 1, cyl == 4, conf.level = 0.95)
plot(res)

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