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

create_pub_tables(location_labels = NULL, ...)

Arguments

...

named list where each item is output of [covid_fit_seir]

Value

tibble of model results

Examples

if (FALSE) { create_pub_tables(mod) create_pub_tables(intervention = mod,no_intervention= mod2) }