-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.36 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
Package: trendbreaker
Title: Detect Changes in Temporal Trends
Version: 0.0.4
Authors@R:
c(
person(
given = "Dirk",
family = "Schumacher",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Thibaut",
family = "Jombart",
role = c("aut"),
email = "[email protected]"
),
person(
given = "Tim",
family = "Taylor",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8587-7113")
)
)
Description: Provides tools for detecting changes in temporal trends of a single
response variable. It provides a coherent interface to several modeling tools,
alongside functions for model selection and outlier detection. It implements
the Automatic Selection of Models and Outlier Detection for Epidemics
(ASMODEE), an algorithm originally designed for detecting changes in COVID-19
case incidence.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat,
tidyverse,
stats,
incidence2,
cowplot,
outbreaks,
covr
Imports:
dplyr,
ggplot2,
tibble,
trending,
trendeval,
rlang,
tidyselect,
future.apply,
ellipsis
Remotes:
reconhub/incidence2