-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
65 lines (65 loc) · 2.77 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
Package: vaccineff
Title: Estimate Vaccine Effectiveness Based on Different Study Designs
Version: 1.0.0.9000
Authors@R: c(
person("David Santiago", "Quevedo", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1583-4262")),
person("Zulma M.", "Cucunubá", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8165-3198")),
person("International Development Research Center (IDRC)", role = "fnd"),
person("Geraldine", "Gómez Millán", , "[email protected]", role = "ctb",
comment = c(ORCID = "0009-0007-8701-0568")),
person("Pratik", "Gupte", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5294-7819")),
person("Érika J", "Cantor", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3320-6032")),
person("Santiago", "Loaiza", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2092-3262")),
person("Jaime", "Pavlich-Mariscal", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3892-6680")),
person("Hugo", "Gruson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-4094-1476")),
person("Chris", "Hartgerink", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-1050-6809")),
person("Felipe Segundo", "Abril", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2512-4929")),
person("Joshua W.", "Lambert", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-5218-3046")),
person("Julian", "Otero", , "[email protected]", role = "ctb",
comment = c(ORCID = "0009-0006-0429-7747")),
person("Pontificia Universidad Javeriana", role = "cph")
)
Description: Provides tools for estimating vaccine effectiveness and
related metrics. The 'vaccineff_data' class manages key features for
preparing, visualizing, and organizing cohort data, as well as
estimating vaccine effectiveness. The results and model performance
are assessed using the 'vaccineff' class.
License: MIT + file LICENSE
URL: https://github.com/epiverse-trace/vaccineff,
https://epiverse-trace.github.io/vaccineff/
BugReports: https://github.com/epiverse-trace/vaccineff/issues
Depends:
R (>= 4.0.0)
Imports:
checkmate,
ggplot2,
linelist,
MatchIt,
rlang,
scales,
stats,
survival
Suggests:
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: epiverse-trace/epiversetheme
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2