simul | R Documentation |
Simulate an epidemic by solving the system of ordinary differential equations that define the SEIR-like compartmental model.
simul(prm)
prm |
List of all model parameters. |
A dataframe of the time series of all epidemiological variables.
prm = model_prm_example() ; sim = simul(prm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.