Package: intsurv
Title: Integrative Survival Modeling
Version: 0.3.0
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
    the integrative Cox model with uncertain event times
    proposed by Wang, et al. (2020) <doi:10.1214/19-AOAS1287>,
    the regularized Cox cure rate model with uncertain event status
    proposed by Wang, et al. (2023) <doi:10.1007/s12561-023-09374-w>,
    and other survival analysis routines including
    the 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>,
    the regularized Cox cure rate model with elastic net penalty following
    Masud et al. (2018) <doi:10.1177/0962280216677748>.
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-package.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.3.3
NeedsCompilation: yes
Packaged: 2025-09-29 02:16:17 UTC; wenjie
Author: Wenjie Wang [aut, cre] (ORCID: <https://orcid.org/0000-0003-0363-3180>),
  Kun Chen [ths] (ORCID: <https://orcid.org/0000-0003-3579-5467>),
  Jun Yan [ths] (ORCID: <https://orcid.org/0000-0003-4401-7296>)
Maintainer: Wenjie Wang <wang@wwenjie.org>
Repository: CRAN
Date/Publication: 2025-09-29 02:40:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-08 01:56:55 UTC; windows
Archs: x64
