Package: survcompare
Title: Nested Cross-Validation to Compare Cox-PH, Cox-Lasso, Survival
        Random Forests
Version: 0.3.0
Date: 2025-06-25
Authors@R: c(
      person("Diana", "Shamsutdinova", , "diana.shamsutdinova.github@gmail.com", role = c("aut", "cre"), 
             comment = c(ORCID = "0000-0003-2434-3641")),
      person("Daniel", "Stahl", , "daniel.r.stahl@kcl.ac.uk", role = c("aut"), 
             comment = c(ORCID = "0000-0001-7987-6619"))
             )
Description: Performs repeated nested cross-validation for Cox Proportionate Hazards, Cox Lasso, Survival Random Forest, and their ensemble. Returns internally validated concordance index, time-dependent area under the curve, Brier score, calibration slope, and statistical testing of non-linear ensemble outperforming the baseline Cox model. In this, it helps researchers to quantify the gain of using a more complex survival model, or justify its redundancy. Equally, it shows the performance value of the non-linear and interaction terms, and may highlight the need of further feature transformation. Further details can be found in Shamsutdinova, Stamate, Roberts, & Stahl (2022) "Combining Cox Model and Tree-Based Algorithms to Boost Performance and Preserve Interpretability for Health Outcomes" <doi:10.1007/978-3-031-08337-2_15>, where the method is described as Ensemble 1.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 4.1), survival (>= 3.0)
Imports: stats, timeROC, caret, glmnet, randomForestSRC,
        missForestPredict
RoxygenNote: 7.3.2
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Maintainer: Diana Shamsutdinova <diana.shamsutdinova.github@gmail.com>
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-06-25 14:22:19 UTC; k2366567
Author: Diana Shamsutdinova [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-2434-3641>),
  Daniel Stahl [aut] (ORCID: <https://orcid.org/0000-0001-7987-6619>)
Repository: CRAN
Date/Publication: 2025-06-25 15:00:02 UTC
Built: R 4.3.3; ; 2025-07-04 05:37:10 UTC; unix
