Skip to content

BDI-pathogens/mastiff

Repository files navigation

mastiff

mastiff is short for mathematical and statistical utilities by the Fraser group at Oxford. That’s Christophe Fraser’s group in the Pandemic Sciences Institute, University of Oxford. We work on infectious disease epidemiology. This package will collect mathematical and statistical methods we write in R (and stan) that have usefulness beyond infectious disease epidemiology.

Installation

One or all of the following three methods should work.

  1. In R:
install.packages("remotes") # if not already installed
remotes::install_github("BDI-pathogens/mastiff", build_vignettes = TRUE)
  1. In a terminal / from the command line:
git clone https://github.com/BDI-pathogens/mastiff.git

Then in R, change your directory to the repository you’ve just cloned, and run

install.packages("devtools") # if not already installed
devtools::install(".", build_vignettes = TRUE)
  1. In R:
install.packages("pak") # if not already installed
pak::pak("BDI-pathogens/mastiff")



mastiff logo by Lucy Back.

About

Mathematical and Statistical Utilities by the Fraser Group at Oxford

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages