pred.seqlr {SubgrpID} | R Documentation |
pred.seqlr
Description
Assign positive and negative groups based on predict.rule, the output of seqlr.batting.
Usage
pred.seqlr(x, predict.rule)
Arguments
x |
input predictors matrix |
predict.rule |
Prediction rule returned by seqlr.batting. |
Details
Prediction function for Sequential BATTing
Value
a logical vector indicating the prediction for each row of data.
[Package SubgrpID version 0.12 Index]