-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.32 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
Type: Package
Package: BayesianReasoning
Title: Plot Positive and Negative Predictive Values for Medical Tests
Version: 0.4.2.9000
Date: 2023-11-13
Authors@R:
person("Gorka", "Navarrete", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7678-8656"))
Maintainer: Gorka Navarrete <[email protected]>
Description: Functions to plot and help understand positive and negative
predictive values (PPV and NPV), and their relationship with
sensitivity, specificity, and prevalence. See Akobeng, A.K. (2007)
<doi:10.1111/j.1651-2227.2006.00180.x> for a theoretical overview of
the technical concepts and Navarrete et al. (2015) for a practical
explanation about the importance of their understanding
<doi:10.3389/fpsyg.2015.01327>.
License: CC0
URL: https://github.com/gorkang/BayesianReasoning
BugReports: https://github.com/gorkang/BayesianReasoning/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
dplyr,
ggforce (>= 0.4.0),
ggplot2,
ggtext,
gt,
magrittr,
png,
reshape2,
scales,
stats,
tibble,
tidyr
Suggests:
curl,
httr,
knitr,
patchwork,
purrr,
rmarkdown,
testthat (>= 3.0.0),
vdiffr,
webshot2
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: FALSE
RoxygenNote: 7.3.1
Config/testthat/edition: 3