-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
27 lines (27 loc) · 1.07 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
Package: mem
Version: 2.18
Date: 2023-06-20
Title: The Moving Epidemic Method
Description: The Moving Epidemic Method, created by T Vega and JE Lozano (2012, 2015) <doi:10.1111/j.1750-2659.2012.00422.x>, <doi:10.1111/irv.12330>, allows the weekly assessment of the epidemic and intensity status to help in routine respiratory infections surveillance in health systems. Allows the comparison of different epidemic indicators, timing and shape with past epidemics and across different regions or countries with different surveillance systems. Also, it gives a measure of the performance of the method in terms of sensitivity and specificity of the alert week.
Authors@R: person(given = "Jose E.", family = "Lozano", email = "[email protected]", role = c("aut", "cre"))
Depends:
R (>= 3.4.0)
Imports:
sm,
boot,
RColorBrewer,
mclust,
ggplot2,
tidyr,
dplyr,
purrr,
RcppRoll,
EnvStats,
methods
Suggests:
magick
License: GPL (>= 2)
URL: https://github.com/lozalojo/mem
BugReports: https://github.com/lozalojo/mem/issues
Encoding: UTF-8
RoxygenNote: 7.2.3