seqlr.batting.wrapper {SubgrpID}R Documentation

seqlr.batting.wrapper

Description

Wrapper function for seqlr.batting, to be passed to kfold.cv.

Usage

seqlr.batting.wrapper(data, args)

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.

Value

prediction rule returned by seqlr.batting.


[Package SubgrpID version 0.12 Index]