Function to produce short-term daily projections from objects of class estimate_R
project_epiestim_model(data, model_fit, n_days = 7, n_sim = 1000)Data-frame of daily forecast samples from all simulations
date
projected number of daily confirmed cases
simulation run number
data frame containing two columns: date and confirm (number of cases per day)
Object of class estimate_R generated by running fit_epiestim_model
The number of days to run simulations for. Defaults to 14
The number of epicurves to simulate. Defaults to 1000