-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
58 lines (58 loc) · 1.69 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: intsurv
Title: Integrative Survival Modeling
Version: 0.2.3.9000
Authors@R: c(
person(given = "Wenjie", family = "Wang",
email = "wang@wwenjie.org",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0363-3180")),
person(given = "Kun", family = "Chen", role = "ths",
comment = c(ORCID = "0000-0003-3579-5467")),
person(given = "Jun", family = "Yan", role = "ths",
comment = c(ORCID = "0000-0003-4401-7296"))
)
Description: Contains implementations of
integrative survival analysis routines, including
regular Cox cure rate model proposed by
Kuk and Chen (1992) <doi:10.1093/biomet/79.3.531>
via an EM algorithm proposed by
Sy and Taylor (2000) <doi:10.1111/j.0006-341X.2000.00227.x>,
regularized Cox cure rate model with elastic net penalty following
Masud et al. (2018) <doi:10.1177/0962280216677748>, and
Zou and Hastie (2005) <doi:10.1111/j.1467-9868.2005.00503.x>, and
weighted concordance index for cure models proposed by
Asano and Hirakawa (2017) <doi:10.1080/10543406.2017.1293082>.
Depends:
R (>= 3.2.3)
Imports:
Rcpp (>= 0.12.0),
methods,
stats
Suggests:
tinytest
LinkingTo:
Rcpp,
RcppArmadillo
License: GPL (>= 3)
Collate:
'RcppExports.R'
'class.R'
'Survi.R'
'assessment.R'
'bootSe.R'
'coef.R'
'cox_cure.R'
'cox_cure_net.R'
'iCoxph.R'
'intsurv.R'
'misc.R'
'prep_model.R'
'print.R'
'show.R'
'simData4cure.R'
'simData4iCoxph.R'
'summary.R'
URL: https://wwenjie.org/intsurv, https://github.com/wenjie2wang/intsurv
BugReports: https://github.com/wenjie2wang/intsurv/issues
Encoding: UTF-8
RoxygenNote: 7.1.1