seqlr.batting.wrapper: seqlr.batting.wrapper
Description
Wrapper function for seqlr.batting, to be passed to kfold.cv.
Usage
seqlr.batting.wrapper(data, args)
Value
prediction rule returned by seqlr.batting.
Arguments
- data
data frame equal to cbind(y, x, trt, censor), where y and x are inputs to seqlr.batting.
- args
list containing all other input arguments to seq.batting except for x and y. Also contains xvars=names(x) and yvar=names(y).
Details
Wrapper function for seqlr.batting, to be passed to kfold.cv.