Description Usage Arguments Examples
The process_model()
does SE1E2IR model integration using Euler method
1 2 3 4 5 6 7 8 |
theta |
Parameters |
y |
A vector of a vector of state variables |
tend |
end time with default value of 1 (i.e., one day process of SEI1I2R) |
dt |
A step size |
beta |
A vector of beta |
tstart |
start time for simulation with default value of 0 |
1 | pop <- process_model(theta, y, sdisease, country); calculate_cases(disease, country, pop)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.