-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.26 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
Package: plotROC
Type: Package
Title: Generate Useful ROC Curve Charts for Print and Interactive Use
Version: 2.3.2
Date: 2023-11-21
Authors@R: c(person("Michael C.", "Sachs", role = c("aut", "cre"),
email = "[email protected]"),
person("Robert W.", "Corty", role = "ctb",
email = "[email protected]"),
person("Luis Crouch", role = "ctb",
comment = "Modification to calc_auc"))
Maintainer: Michael C. Sachs <[email protected]>
Description: Most ROC curve plots obscure the cutoff values and inhibit
interpretation and comparison of multiple curves. This attempts to address
those shortcomings by providing plotting and interactive tools. Functions
are provided to generate an interactive ROC curve plot for web use, and
print versions. A Shiny application implementing the functions is also
included.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://sachsmc.github.io/plotROC/
BugReports: https://github.com/sachsmc/plotROC/issues/
Depends:
R (>= 3.0.0),
ggplot2
Imports:
methods,
grid,
gridSVG,
shiny,
plyr,
rlang
Suggests:
knitr,
testthat,
stringr,
survivalROC,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3