-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.33 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
Package: ExclusionTable
Title: Creating Tables of Excluded Observations
Version: 1.1.0.9000
Authors@R: c(
person(given = "Joshua P.",
family = "Entrop",
role = c("aut", "cre"),
email = "joshuaentrop@posteo.de",
comment = c(ORCID = "0000-0003-1614-8096")),
person(given = "Simon",
family = "Steiger",
role = "ctb")
)
Description: Instead of counting observations before and after a subset()
call, the ExclusionTable() function reports the number before and after
each subset() call together with the number of observations that have been
excluded. This is especially useful in observational studies for keeping
track how many observations have been excluded for each in-/ or
exclusion criteria. You just need to provide ExclusionTable() with a
dataset and a list of logical filter statements.
License: CC BY 4.0
Encoding: UTF-8
URL: https://github.com/entjos/ExclusionTable/,
https://entjos.github.io/ExclusionTable/
BugReports: https://github.com/entjos/ExclusionTable/issues/
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.0)
Imports:
cli,
data.table
Suggests:
rmarkdown,
knitr,
NHANES,
remotes,
dplyr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3