cross.val.surv(x, y, censor, ngroup, iter, method, zscore, gn.nb,
gn.nb.display, plot.roc)
data
is a merged data set and 0 if data
is a single data set.
method
!= "none".If the user wants to apply his own feature selection method, he should define his function with the same number of parameters as the defined feature selection function of the package, i.e. featureselection
.
ROC curves are the plots of the mean of true positives (sensitivity) and the mean of false positives (1-specificity) over ngroup
folds of cross-validation.