View source: R/aggregate_func.R
aggregate_func | R Documentation |
Internal function to aggregate record-level data for plotting as a funnel.
aggregate_func(mod_plot)
mod_plot |
A data frame of values to be aggregated. Expected columns, 'group', 'numerator' and 'denominator' |
Returns an aggregated data.frame of the same columns, but summed by 'group', with a relative risk 'rr' column added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.