-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.15 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
Package: predtools
Title: Prediction Model Tools
Version: 0.0.3
Authors@R: c(
person(given = "Mohsen",
family = "Sadatsafavi",
role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0419-7862")),
person("Amin", "Adibi", email = "[email protected]", role = c("cre"),
comment = c(ORCID = "0000-0003-2748-4781")),
person("Abdollah", "Safari", email = "[email protected]", role = c("aut")),
person("Tae Yoon", "Lee", email = "[email protected]", role = c("aut"))
)
Description: Provides additional functions for evaluating predictive models, including plotting calibration curves and model-based Receiver Operating Characteristic (mROC) based on Sadatsafavi et al (2021) <arXiv:2003.00316>.
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/resplab/predtools
BugReports: https://github.com/resplab/predtools/issues
Depends:
R (>= 3.6)
Imports:
Rcpp,
pROC,
stats,
graphics,
RConics,
ggplot2,
dplyr,
magrittr,
mvtnorm
LinkingTo: Rcpp
Suggests:
rmarkdown,
knitr
VignetteBuilder: knitr