-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
55 lines (55 loc) · 1.6 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
Package: epitabulate
Title: Tables for Epidemiological Analysis
Version: 0.0.0.9007
Authors@R: c(
person(given = "Alexander",
family = "Spina",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8425-1867"),
role = c("aut", "cre")),
person(given = "Zhian N.",
family = "Kamvar",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1458-7108")),
person(given = "Amy",
family = "Gimma",
role = "aut"),
person(given = "Kate",
family = "Doyle",
role = "ctb"))
Description: Produces tables for descriptive epidemiological analysis. These
tables describe counts of variables in either line-list or survey data
(with appropriate confidence intervals), with additional functionality to
calculate odds, risk, and incidence rate ratios directly from a linelist
across several variables. This package is part of the 'R4EPIs' project
<https://R4epis.netlify.com>.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://R4EPI.github.io/epitabulate/, https://github.com/R4EPI/epitabulate/
BugReports: https://github.com/R4EPI/epitabulate/issues
Imports:
dplyr (>= 1.0.2),
rlang (>= 0.4.0),
tidyr (>= 1.0.0),
stats,
glue,
purrr,
tidyselect (>= 1.0.0),
tibble (>= 3.0.0),
survey,
srvyr,
forcats,
epikit (>= 0.1.2),
gtsummary
Suggests:
testthat,
matchmaker (>= 0.1.0),
epidict,
covr
Remotes:
R4EPI/epidict,
R4EPI/epikit