-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
52 lines (52 loc) · 1.65 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
Package: RtGam
Title: Estimating Rt with Generalized Additive Models
Version: 0.3.1000
Authors@R: c(
person("Zachary", "Susswein", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4329-4833")),
person("Katelyn", "Gostic", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9369-6371")),
person("Sam", "Abbott", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-8057-8037"))
)
Description: An opinionated implementation of a generalized additive
modeling (GAMs) approach to estimate epidemic dynamics. This flexible
semi-parametric method allows fitting to arbitrary incidence
timeseries, with a natural Bayesian interpretation. Underlying
inference methods are implemented via the `{mgcv}` package, which is
optimized to produce quick, robust model fits and has well-developed
diagnostic methods. These methods are employed here with a focus on
_real-time_ use cases. The package is meant for drop-in use in an
emerging outbreak, complementing MCMC-based inference methods.
License: Apache License (>= 2)
URL: https://github.com/cdcgov/cfa-gam-rt,
https://cdcgov.github.io/cfa-gam-rt/
BugReports: https://github.com/cdcgov/cfa-gam-rt/issues
Suggests:
spelling,
testthat (>= 3.0.0),
pkgdown,
withr,
usethis,
primarycensored,
vdiffr,
knitr,
rmarkdown,
pkgload
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
cli,
glue,
gratia,
mgcv,
rlang,
ggplot2,
scales
Depends:
R (>= 3.50)
LazyData: true
Language: en-US
VignetteBuilder: knitr