nbTransmission: Naive Bayes Transmission Analysis

Estimates the relative transmission probabilities between cases in an infectious disease outbreak or cluster using naive Bayes. Included are various functions to use these probabilities to estimate transmission parameters such as the generation/serial interval and reproductive number as well as finding the contribution of covariates to the probabilities and visualizing results. The ideal use is for an infectious disease dataset with metadata on the majority of cases but more informative data such as contact tracing or pathogen whole genome sequencing on only a subset of cases. For a detailed description of the methods see Leavitt et al. (2020) <doi:10.1093/ije/dyaa031>.

Version: 1.1.1
Depends: R (≥ 3.4.0)
Imports: dplyr, rlang, caret, lubridate, poisbinom, stats, tidyr, utils
Suggests: ggplot2, Hmisc, igraph, knitr, pheatmap, RColorBrewer, rmarkdown, testthat
Published: 2020-07-13
Author: Sarah V Leavitt [aut, cre, cph]
Maintainer: Sarah V Leavitt <sv1205 at bu.edu>
BugReports: https://github.com/sv1205/nbTransmission/issues
License: MIT + file LICENSE
URL: https://sarahleavitt.github.io/nbTransmission
NeedsCompilation: no
Citation: nbTransmission citation info
Materials: README
CRAN checks: nbTransmission results

Downloads:

Reference manual: nbTransmission.pdf
Vignettes: Introductory tutorial for R Package nbTransmission
Package source: nbTransmission_1.1.1.tar.gz
Windows binaries: r-devel: nbTransmission_1.1.1.zip, r-release: nbTransmission_1.1.1.zip, r-oldrel: nbTransmission_1.1.1.zip
macOS binaries: r-release: nbTransmission_1.1.1.tgz, r-oldrel: nbTransmission_1.1.1.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=nbTransmission to link to this page.