- df
data frame with the data, "time" and "event" for survival outcome
- predict.factors
list of predictor names
- fixed_time
at which performance metrics are computed
- outer_cv
k in k-fold CV, default 3
- inner_cv
kk in the inner look of kk-fold CV, default 3
- repeat_cv
if NULL, runs once (or 1), otherwise repeats CV
- randomseed
random seed
- return_models
TRUE/FALSE, if TRUE returns all CV objects
- useCoxLasso
TRUE/FALSE, default is FALSE
- srf_tuning
list of tuning parameters for random forest: 1) NULL for using a default tuning grid, or 2) a list("mtry"=c(...), "nodedepth" = c(...), "nodesize" = c(...))
- oob
TRUE/FALSE use out-of-bag predictions while tuning instead of cross-validation, TRUE by default