Package: survivalsvm
Type: Package
Title: Survival Support Vector Analysis
Version: 0.0.6
Date: 2025-04-03
Authors@R: c(person(given = c("Cesaire", "J."),
                      family = c("K.", "Fouodo"),
                      role = c("aut", "cre"),
                      email = "cesaire.kuetefouodo@uni-luebeck.de")
            )
Description: Performs support vectors analysis for data sets with survival
    outcome. Three approaches are available in the package: The regression approach
    takes censoring into account when formulating the inequality constraints of
    the support vector problem. In the ranking approach, the inequality constraints
    set the objective to maximize the concordance index for comparable pairs
    of observations. The hybrid approach combines the regression and ranking
    constraints in the same model.
Imports: pracma, kernlab, Matrix, stats, Hmisc
Suggests: testthat, quadprog
Depends: survival
License: GPL
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/imbs-hl/survivalsvm
BugReports: https://github.com/imbs-hl/survivalsvm/issues
NeedsCompilation: no
Packaged: 2025-04-03 17:00:38 UTC; fouodo
Author: Cesaire J. K. Fouodo [aut, cre]
Maintainer: Cesaire J. K. Fouodo <cesaire.kuetefouodo@uni-luebeck.de>
Repository: CRAN
Date/Publication: 2025-04-04 14:20:02 UTC
Built: R 4.5.1; ; 2025-10-29 04:10:21 UTC; windows
