create_pub_tables: Create comparison table for multiple posteriors

View source: R/create_tables.R

create_pub_tablesR Documentation

Create comparison table for multiple posteriors

Description

Create a comparison table of posteriors generated from the same data. For example you may wish to compare the R0 where an intervention is assumed compared to another model where no intervention is assumed

Usage

create_pub_tables(location_labels = NULL, ...)

Arguments

...

named list where each item is output of [covid_fit_seir]

Value

tibble of model results

Examples

## Not run: 
create_pub_tables(mod)
create_pub_tables(intervention = mod,no_intervention= mod2)

## End(Not run)

sempwn/cr0eso documentation built on Aug. 21, 2022, 1:35 a.m.