-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.82 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
Package: survML
Title: Tools for Flexible Survival Analysis Using Machine Learning
Version: 1.2.0
Authors@R:
c(person(given = "Charles",
family = "Wolock",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3527-1102")),
person(given = "Avi",
family = "Kenny",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9465-7307")))
Description: Statistical tools for analyzing time-to-event data using
machine learning. Implements survival stacking for conditional
survival estimation, standardized survival function estimation for
current status data, and methods for algorithm-agnostic variable
importance. See Wolock CJ, Gilbert PB, Simon N,
and Carone M (2024) <doi:10.1080/10618600.2024.2304070>.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends: SuperLearner (>= 2.0.28),
Imports: Iso (>= 0.0.18.1), haldensify (>= 0.2.3), fdrtool (>= 1.2.17),
ChernoffDist (>= 0.1.0), dplyr (>= 1.0.10), gtools (>= 3.9.5),
mboost (>= 2.9.0), survival (>= 3.5.0), stats (>= 4.3.2),
methods (>= 4.3.2)
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), ggplot2 (>= 3.4.0),
gam (>= 1.22.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/cwolock/survML,
https://cwolock.github.io/survML/
BugReports: https://github.com/cwolock/survML/issues
NeedsCompilation: no
Packaged: 2024-10-30 22:52:17 UTC; cwolock
Author: Charles Wolock [aut, cre, cph]
(<https://orcid.org/0000-0003-3527-1102>),
Avi Kenny [ctb] (<https://orcid.org/0000-0002-9465-7307>)
Maintainer: Charles Wolock <[email protected]>
Repository: CRAN
Date/Publication: 2024-10-31 00:20:01 UTC