-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.35 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
Package: hdnom
Type: Package
Title: Benchmarking and Visualization Toolkit for Penalized Cox Models
Version: 6.0.4
Authors@R: c(
person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0250-5673")),
person("Qing-Song", "Xu", email = "qsxu@csu.edu.cn", role = c("aut")),
person("Miao-Zhu", "Li", email = "miaozhu.li@duke.edu", role = c("aut")),
person("Frank", "Harrell", email = "f.harrell@vanderbilt.edu", role = c("ctb"), comment = "rms author"),
person("Sergej", "Potapov", role = c("ctb"), comment = "survAUC author"),
person("Werner", "Adler", role = c("ctb"), comment = "survAUC author"),
person("Matthias", "Schmid", role = c("ctb"), comment = "survAUC author")
)
Description: Creates nomogram visualizations for penalized Cox regression
models, with the support of reproducible survival model building,
validation, calibration, and comparison for high-dimensional data.
License: GPL-3 | file LICENSE
LazyData: TRUE
URL: https://nanx.me/hdnom/, /~https://github.com/nanxstats/hdnom
BugReports: /~https://github.com/nanxstats/hdnom/issues
Depends:
R (>= 3.5.0)
Imports:
foreach,
ggplot2,
glmnet,
gridExtra,
ncvreg,
penalized,
survival
Suggests:
doParallel,
knitr,
ragg,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2