
About Course
This micro-course introduces how to implement ordinary differential equation models using R.
We will cover two examples:
- A Predator-Prey model
- A Susceptible-Infected-Recovered model.
The lessons do not cover the background of these models, or the model assumptions, but focuses solely on how to find the solution to these systems of ODEs using the R package deSolve.
Prior knowledge of R is assumed.
Course Content
Predator-prey model
-
ODE model and R setup
-
Inputs
-
Solution