-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.04 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
Package: kaps
Title: K-Adaptive Partitioning for Survival Data
Date: 2019-07-14
Version: 1.1.4
Authors@R: c(person(given = "Soo-Heang", family = "Eo", role = c("aut","cre"),
email = "[email protected]"),
person(given = "Seung-Mo", family = "Hong", role = "ctb"),
person(given = "HyungJun", family = "Cho", role = "aut",
email = "[email protected]"))
Description: Multi-way partitioning algorithms are implemented, which divides the data into K heterogeneous subgroups based on the information from a prognostic factor. The resulting subgroups show significant differences in survival. For more details, see Eo et al. (2013) <arXiv:1306.4615>.
Depends:
R (>= 3.6.0),
survival (>= 2.39-1)
Imports:
methods,
graphics,
Formula,
coin (>= 1.1-3),
stats,
grDevices,
locfit (>= 1.5-9.1)
Suggests:
testthat,
lintr
URL: https://github.com/sooheang/kaps
BugReports: https://github.com/sooheang/kaps/issues
Encoding: UTF-8
LazyData: yes
License: GPL-3
Maintainer: Soo-Heang Eo <[email protected]>
NeedsCompilation: yes