Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 2.38 KB

README.md

File metadata and controls

68 lines (50 loc) · 2.38 KB

seroepirecipes: implementations and tutorials of common models in seroepidemiology

seroepirecipes implements and links to R packages implementing commonly used mathematical and statistical models for analyzing serological data. The package implements a range of methods in R vignettes, from fitting antibody kinetics models to longitudinal antibody titer data, estimating the force of infection using serocatalytic models, and inferring infection histories using time-since-infection methods. This codebase accompanies a literature review of analytical methods for seroepidemiology.

All of the tutorials use either simulated datasets from the serosim R-package or publicly available datasets.

DEVELOPER TO DO

  • Include Stan models within source code rather than vignette-specific scripts.
  • Attach example datasets
  • Move the jahR antibody kinetics functions here

Contents

Upcoming vignettes:

  • (WIP) Estimating the force of infection using antibody acquisition models
  • (WIP) Infection times using reversible jump MCMC
  • (WIP) Time-since-infection machine learning classifier

Installation

You can install the development version of seroepirecipes with:

if(!require("remotes")) install.packages("remotes")
remotes::install_github("seroanalytics/seroepirecipes")

Issues

Please report bugs and requests on the issues link.

Contribute

<< TBC >>

We welcome contributions and ideas for additional vignettes and model implementations. Please follow the package contributing guide.