View source: R/forecasting_practical.R
solve_seir_wrapper | R Documentation |
R_0
and n_weeks
solve_seir_wrapper
solves the SEIR model for the weekly incidence,
specifying default parameters except for R_0
and n_weeks
solve_seir_wrapper(R_0, n_weeks)
R_0 |
numeric vector of length 1: basic reproduction number |
n_weeks |
numeric vector of length 1: number of weeks for which to solve the model |
data frame with predicted points and original data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.