## Survival Support Vector Analysis Cesaire J. K. Fouodo
This package 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.
Installation from Github:
::install_github("imbs-hl/survivalsvm") devtools
CRAN release coming soon.
For usage in R, see ?survivalsvm in R. Most importantly, see the Examples section. As a first example you could try
survivalsvm(Surv(time, status) ~ ., veteran, gamma.mu = 0.1)