-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
22 lines (22 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: NobBS
Title: Nowcasting by Bayesian Smoothing
Version: 1.0.0
Authors@R: c(
person("Sarah", "McGough", email = "[email protected]", role = c("aut", "cre")),
person("Nicolas", "Menzies", email = "[email protected]", role = "aut"),
person("Marc", "Lipsitch", email = "[email protected]", role = "aut"),
person("Michael", "Johansson", email = "[email protected]", role = "aut")
)
Description: A Bayesian approach to estimate the number of occurred-but-not-yet-reported cases from incomplete, time-stamped reporting data for disease outbreaks. 'NobBS' learns the reporting delay distribution and the time evolution of the epidemic curve to produce smoothed nowcasts in both stable and time-varying case reporting settings, as described in McGough et al. (2020) <doi:10.1371/journal.pcbi.1007735>.
Depends: R (>= 3.3.0)
SystemRequirements: JAGS (http://mcmc-jags.sourceforge.net/) for analysis of Bayesian hierarchical models
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
rlang,
rjags,
coda,
magrittr
RoxygenNote: 7.2.3