forked from cran/LTRCforests
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.44 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.44 KB
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
Package: LTRCforests2
Version: 0.5.5
Date: 2021-02-24
Title: Ensemble Methods for Survival Data with Time-Varying Covariates
Authors@R: c(person(given = "Weichi", family = "Yao", role = c("aut", "cre"),
email = "wy635@stern.nyu.edu"),
person(given = "Halina", family = "Frydman", role = "aut", email = "hf2@stern.nyu.edu"),
person(given = "Denis", family = "Larocque", role = "aut", email = "denis.larocque@hec.ca"),
person(given = "Jeffrey S.", family = "Simonoff", role = "aut", email = "jss2@stern.nyu.edu"))
Author: Weichi Yao [aut, cre],
Halina Frydman [aut],
Denis Larocque [aut],
Jeffrey S. Simonoff [aut]
Maintainer: Weichi Yao <wy635@stern.nyu.edu>
Depends: R (>= 3.5.0)
Imports: stats, utils, survival, ipred, parallel, prodlim, partykit
Suggests: randomForestSRC, LTRCtrees
Description: Implements the conditional inference forest and relative risk forest
algorithm to modeling left-truncated right-censored data with time-invariant
covariates, and (left-truncated) right-censored survival data with time-varying
covariates. It also provides functions to tune the parameters and evaluate the
model fit. See Yao et al. (2020) <arXiv:2006.00567>.
NeedsCompilation: yes
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Packaged: 2021-02-24 21:08:17 UTC; wyao
Repository: CRAN
Date/Publication: 2021-02-24 21:30:03 UTC