-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
72 lines (72 loc) · 2.14 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Package: epidist
Title: Estimate Epidemiological Delay Distributions With brms
Version: 0.0.0.9000
Authors@R:
c(person(given = "Adam Howes",
role = c("aut", "cre"),
email = "adamthowes@gmail.com",
comment = c(ORCID = "0000-0003-2386-4031")),
person(given = "Sang Woo",
family = "Park",
role = c("aut"),
email = "swp2@princeton.edu",
comment = c(ORCID = "0000-0003-2202-3361")),
person(given = "Sam Abbott",
role = c("aut"),
email = "contact@samabbott.co.uk",
comment = c(ORCID = "0000-0001-8057-8037")))
Description: Understanding and accurately estimating epidemiological delay
distributions is important for public health policy. These estimates
directly influence epidemic situational awareness, control strategies, and resource allocation. In this package, we provide methods to address the key challenges in estimating these distributions, including truncation, interval censoring, and dynamical biases. Despite their importance, these issues are frequently overlooked, often resulting in biased conclusions.
License: MIT + file LICENSE
URL: https://epidist.epinowcast.org/,
https://github.com/epinowcast/epidist/
BugReports: https://github.com/epinowcast/epidist/issues/
Depends:
R (>= 3.5.0)
Imports:
brms,
ggplot2,
purrr,
stats,
cli,
checkmate,
rstan (>= 2.26.0),
dplyr
Suggests:
bookdown,
testthat (>= 3.0.0),
readxl,
janitor,
gt,
knitr,
roxyglobals,
tibble,
bayesplot,
tidyr,
posterior,
fs,
sf,
tidybayes,
modelr,
patchwork,
cmdstanr,
priorsense
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0)
Additional_repositories:
https://stan-dev.r-universe.dev
Config/Needs/website:
r-lib/pkgdown,
epinowcast/enwtheme
Config/testthat/edition: 3
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
LazyData: true
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2