/fitsir

Primary LanguageRGNU General Public License v2.0GPL-2.0

fitsir

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=FALSE if you don't have a full LaTeX environment installed (you shouldn't need any other development tools)

Documentation

  • with the package loaded (via library()): vignette("fitsir")
  • help(package="fitsir")