-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 959 Bytes
/
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
Package: DTComPair
Type: Package
Title: Comparison of Binary Diagnostic Tests in a Paired Study Design
Version: 1.2.6
Authors@R: c(
person("Christian", "Stock", email = "christian.stock@boehringer-ingelheim.com", role = c("aut","cre"), comment = c(ORCID = "0000-0002-3493-3234")),
person("Thomas", "Hielscher", role = "aut"),
person("Andrea", "Discacciati", email = "andrea.discacciati@ki.se", role = "aut")
)
Description: Comparison of the accuracy of two binary diagnostic tests in a "paired" study design, i.e. when each test is applied to each subject in the study.
License: GPL (>= 3)
URL: https://github.com/chstock/DTComPair, https://chstock.github.io/DTComPair/
BugReports: https://github.com/chstock/DTComPair/issues
Encoding: UTF-8
LazyData: true
Imports:
gee,
ellipse,
stats,
assertthat
Depends:
R (>= 3.5.0),
PropCIs
Suggests:
knitr,
rmarkdown,
spelling
RoxygenNote: 7.3.1
Language: en-US