-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
47 lines (47 loc) · 2.06 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
Package: EpiSignalDetection
Type: Package
Title: Signal Detection Analysis
Version: 0.1.1
Date: 2018-10-29
Authors@R: c(
person( given = "Lore", family = "Merdrignac",
role = c("aut", "ctr"), email = "[email protected]", comment = "Author of the package and original code"),
person( given = "Joana", family = "Gomes Dias",
role = c("aut", "fnd", "cre"), email = "[email protected]", comment = "Project manager and package maintainer"),
person( given = "Esther", family = "Kissling",
role = c("aut", "ctr"), email = "[email protected]"),
person( given = "Tommi", family = "Karki",
role = c("aut", "fnd"), email = "[email protected]"),
person( given = "Margot", family = "Einoder-Moreno",
role = c("ctb", "fnd"), email = "[email protected]"))
Description: Exploring time series for signal detection. It is specifically designed
to detect possible outbreaks using infectious disease surveillance data
at the European Union / European Economic Area or country level.
Automatic detection tools used are presented in the paper
"Monitoring count time series in R: aberration detection in public health surveillance",
by Salmon et al. (2016) <doi:10.18637/jss.v070.i10>.
The package includes:
- Signal Detection tool, an interactive 'shiny' application
in which the user can import external data and perform basic signal detection analyses;
- An automated report in HTML format, presenting the results of the time series analysis in tables and graphs.
This report can also be stratified by population characteristics (see 'Population' variable).
This project was funded by the European Centre for Disease Prevention and Control.
Depends: R (>= 3.4.0)
License: EUPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports:
shiny,
dplyr,
pander,
DT,
surveillance,
ISOweek,
ggplot2,
graphics,
utils,
knitr (>= 1.20),
rmarkdown
VignetteBuilder: knitr
URL: http://atlas.ecdc.europa.eu/public/index.aspx