Get plot of hospital admissions data compared to model draws
Source:R/plots.R
get_plot_hosp_data_comparison.Rd
Get plot of hospital admissions data compared to model draws
Usage
get_plot_hosp_data_comparison(
draws_w_data,
location,
model_type = c("ww", "hosp"),
n_draws = 100
)
Arguments
- draws_w_data
A long tidy dataframe containing draws from the model of the estimated hospital admissions joined with both the data the model was calibrated to and the later observed data for evaluating the future predicted concentrations against.
- location
the jursidiction the data is from
- model_type
type of model the output is from, options are "ww" or "hosp"
- n_draws
number of draws to plot, default = 100