View source: R/calc_strata_or.R
calc_strata_or | R Documentation |
Each case and matched controls form a stratum in the data set. This function is to calculate the pooled OR for the data set.
calc_strata_or(dfs, filter = TRUE, filterdata = NULL)
dfs |
A named list of dataframes created by package functions |
filter |
Filter statement to apply |
filterdata |
Extra data to left join to the |
Uses the M-H method unless there is only one strata for which the
fisher.test is used. For more information, please refer to the vignette
using browseVignettes("nncc")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.