Package: intsurv
Title: Integrative Survival Modeling
Version: 0.2.2
Date: 2021-01-07
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 = "ctb",
           comment = c(ORCID = "0000-0003-3579-5467")),
    person(given = "Jun", family = "Yan", role = "ctb",
           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)
LazyData: true
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
NeedsCompilation: yes
Packaged: 2021-01-07 05:05:24 UTC; wenjie
Author: Wenjie Wang [aut, cre] (<https://orcid.org/0000-0003-0363-3180>),
  Kun Chen [ctb] (<https://orcid.org/0000-0003-3579-5467>),
  Jun Yan [ctb] (<https://orcid.org/0000-0003-4401-7296>)
Maintainer: Wenjie Wang <wang@wwenjie.org>
Repository: CRAN
Date/Publication: 2021-01-08 09:10:09 UTC
Built: R 4.3.0; x86_64-apple-darwin20; 2023-04-12 02:01:50 UTC; unix
Archs: intsurv.so.dSYM
