Package: earlyR
Title: Estimation of Transmissibility in the Early Stages of a Disease
        Outbreak
Version: 0.0.1
Authors@R: c(person("Thibaut", "Jombart", email = "thibautjombart@gmail.com", role = c("aut", "cre")),
             person("Anne", "Cori", email = "a.cori@imperial.ac.uk", role = c("aut")),
	     person("Pierre", "Nouvellet", email = "p.nouvellet@imperial.ac.uk", role = c("aut")))
Description: Implements a simple, likelihood-based estimation of the reproduction number (R0) using a branching process with a Poisson likelihood. This model requires knowledge of the serial interval distribution, and dates of symptom onsets. Infectiousness is determined by weighting R0 by the probability mass function of the serial interval on the corresponding day. It is a simplified version of the model introduced by Cori et al. (2013) <doi:10.1093/aje/kwt133>.
Depends: R (>= 3.3.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: stats, distcrete, EpiEstim, epitrix
Suggests: testthat, vdiffr, roxygen2, incidence, knitr
RoxygenNote: 6.0.1
URL: http://www.repidemicsconsortium.org/earlyR
BugReports: https://github.com/reconhub/earlyR/issues
NeedsCompilation: no
Packaged: 2017-12-05 23:00:54 UTC; thibaut
Author: Thibaut Jombart [aut, cre],
  Anne Cori [aut],
  Pierre Nouvellet [aut]
Maintainer: Thibaut Jombart <thibautjombart@gmail.com>
Repository: CRAN
Date/Publication: 2017-12-06 15:50:22 UTC
