forked from Genentech/stats4phc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (51 loc) · 2.27 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
Package: stats4phc
Title: Performance Evaluation for the Prognostic Value of Predictive Models Intended to Support
Personalized Healthcare Through Predictiveness Curves and Positive / Negative Predictive Values
Version: 0.1.1
Authors@R: c(
person("Ondrej", "Slama", email = "[email protected]", role = c("aut", "cre")),
person("Darrick", "Shen", email = "[email protected]", role = "aut"),
person("Verena", "Steffen", email = "[email protected]", role = "aut"),
person("Doug", "Kelkhoff", email = "[email protected]", role = "aut"),
person("Michel", "Friesenhahn", email = "[email protected]", role = "aut"),
person("Christina", "Rabe", email = "[email protected]", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Performance evaluation for the prognostic value of predictive models intended to
support personalized healthcare (phc) when the outcomes of interest are binary.
Predictiveness curves are an insightful visualization to assess the inherent ability of such
models to provide predictions to individual patients. Cumulative versions of predictiveness
curves represent positive predictive values and 1 - negative predictive values and are also
informative if the eventual goal is to use a cutoff for clinical decision making.
In addition, predictiveness curves and their cumulative versions are naturally related to net
benefit performance metrics to assess clinical utility for phc. Finally, some authors have
proposed a visualization that assesses both the prognostic value of predictive models and
their performance as a classifier. This package provides a variety of functions for estimation
and plotting of these performance evaluation curves and metrics.
URL: https://genentech.github.io/stats4phc
License: Apache License 2.0
Depends:
R (>= 4.1.0)
Imports:
cgam (>= 1.20),
checkmate (>= 2.1.0),
dplyr (>= 1.1.0),
ggExtra (>= 0.10.0),
ggplot2 (>= 3.4.1),
Hmisc (>= 4.8.0),
isotone (>= 1.1.0),
mgcv (>= 1.8.41),
pracma (>= 2.4.2),
tidyr (>= 1.3.0),
yardstick (>= 1.1.0)
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
VignetteBuilder: knitr