Package: survcompare
Title: Compares Cox and Survival Random Forests to Quantify
        Nonlinearity
Version: 0.1.2
Date: 2024-01-19
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
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
VignetteBuilder: knitr
Maintainer: Diana Shamsutdinova <diana.shamsutdinova.github@gmail.com>
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-01-19 19:52:05 UTC; dinab
Author: Diana Shamsutdinova [aut, cre]
    (<https://orcid.org/0000-0003-2434-3641>),
  Daniel Stahl [aut] (<https://orcid.org/0000-0001-7987-6619>)
Repository: CRAN
Date/Publication: 2024-01-22 17:20:02 UTC
