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, ...)
... | named list where each item is output of [covid_fit_seir] |
---|
tibble of model results
if (FALSE) { create_pub_tables(mod) create_pub_tables(intervention = mod,no_intervention= mod2) }