| tidy.epi.2by2 | R Documentation | 
Tidy epi.2by2 output to give data.frame of estimates and CI
## S3 method for class 'epi.2by2' tidy(x, ...)
x | 
 An epi.2by2 object  | 
... | 
 other arguments (ignored)  | 
res <- epi_2by2(mtcars,
                  am == 1,
                  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.