SEIRS_model | R Documentation |
SEIRS_model
SEIRS_model(
initial.state,
timesteps,
years,
alpha,
beta,
inv_gamma,
inv_omega,
inv_mu,
inv_sigma
)
initial.state |
Number of individuals in different disease states (S, E, I and R) at time, t = 0 |
timesteps |
timesteps |
years |
years |
alpha |
Death rate |
beta |
Contact rate (per day) |
inv_gamma |
Infectious period (days) |
inv_omega |
Average protected period (years) |
inv_mu |
inverse mu (years) |
inv_sigma |
Latency period (days) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.