Learn R Programming

SurvRank (version 0.1)

msSurv_fct: Function selects for the ranking function approaches

Description

This wrapper function passes the ranking method to further functions.

Usage

msSurv_fct(data, fold, fs.method, ncl, cv.out, cv.in, nr.var, t = 1, sd1 = 0.9, c.time, ...)

Arguments

data
data input
fold
outer CV fold
fs.method
ranking method
ncl
number of clusters for parallel computing
cv.out
number of folds in outer cross validation loop (for estimation of the predictive accuracy)
cv.in
number of folds in inner cross validation loop (for model selection on the training set)
nr.var
Number of variables up to which stepwise selection should be carried out. Has to be smaller than n number of observations.
t
current t.times argument
c.time
as defined in package survAUC time; a positive number restricting the upper limit of the time range under consideration.