Epidemic model fitting tools
To install:
- if necessary,
install.packages("devtools") devtools::install_github("bbolker/fitsir")- this syntax works with relatively recent versions of
devtools(>= 1.6.1) - you may want to specify
build_vignettes=FALSEif you don't have a full LaTeX environment installed (you shouldn't need any other development tools)
- this syntax works with relatively recent versions of
Documentation
- with the package loaded (via
library()):vignette("fitsir") help(package="fitsir")