Lunch options: Local map

Required software

If you are not familiar with R, check our list of useful commands.

Installation of the fitR package

The simplest way to install the fitR is to use the devtools package:

install.packages("remotes")
remotes::install_github("sbfnk/fitR")

Then you can check that the installation completed successfully by loading the package into your R session:

library("fitR")

To see all the commands available in fitR, have a look at the fitR documentation.

 

This web site and the material contained in it were originally created in support of an annual short course on Model Fitting and Inference for Infectious Disease Dynamics at the London School of Hygiene & Tropical Medicine. All material is under a MIT license. Please report any issues or suggestions for improvement on the corresponding GitHub issue tracker. We are always keen to hear about any uses of the material here, so please do get in touch using the Discussion board if you have any questions or ideas, or if you find the material here useful or use it in your own teaching.