predict.cv.bbl {bbl} | R Documentation |
Use the optimal fitted model from cross-validation run to make prediction
## S3 method for class 'cv.bbl'
predict(object, ...)
object |
Object of class |
... |
Other parameters to |
This method will use the fitted model with maximum accuracy score returned
by a call to crossVal
to make prediction on new data
Data frame of prediction; see predict.bbl
.