Contact tracing is an essential part of the COVID-19 response in many countries and of infectious diseases in general. Regular (phone) followup of known contacts to ask them if they have developed symptoms improves can improve the performance of the procedure since contacts who develop symptoms can immediately be directed towards triage and testing facilities, isolation and medical care, decreasing the risk for them to infect others. With high numbers of reported cases the number of contacts in many countries becomes difficult to manage. This package provides a way to objectively prioritize contacts to be followed-up according to the probability that they have yet developed symptoms.
THIS PACKAGE IS PRELIMINARY AND UNDER ACTIVE DEVELOPMENT, PLEASE CONTACT ITS AUTHORS BEFORE ANY USE
To install the current stable, CRAN version of the package, type:
install.packages("followup")
To benefit from the latest features and bug fixes, install the development, github version of the package using:
devtools::install_github("ffinger/followup")
Note that this requires the package devtools installed.
Please see the vignette for further details
The main features of the package include:
- Compute followup priorities for a list of contacts based on potential dates of exposure, incubation period distributions and dates of last follow-up.
- Outputs the probability that the symptoms onset of a contact was between the last follow up and today.
An overview and examples of followup are provided in the vignettes:
followup
Contributions are welcome via pull requests.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.