Function to produce short-term daily projections from objects of class estimate_R
Arguments
- data
data frame containing two columns: date and confirm (number of cases per day)
- model_fit
Object of class
estimate_Rgenerated by runningfit_epiestim_model- n_days
The number of days to run simulations for. Defaults to 14
- n_sim
The number of epicurves to simulate. Defaults to 1000