Test SIR model based on Ottar's book book code from ch 1 births and deaths included
this uses fractional populations
.
├── data/
├── figs/
├── funs/
├── out/
└── src/
data/contains ...figs/contains ...funs/contains ...out/contains ...src/contains ...
- R version 4.2.1 (2022-06-23)
{renv}for package management{deSolve}for solving differential equations
I've used the {renv} package to manage the R environment for this project.
For more details on how to use {renv}, see this article, but in brief, it creates a snapshot of the installed packages and their versions.
To get started, you will need to install {renv} as usual (i.e., install.packages("renv")), and then run renv::restore() to install the packages that are used in this project (the record in the renv.lock file).
This project is licensed under the MIT License - see the LICENSE file for details
nita at psu dot edu
Ottar Bjornstadt book