Learn R Programming

bbl (version 1.0.0)

predict.cv.bbl: Predict using Cross-validation Object

Description

Use the optimal fitted model from cross-validation run to make prediction

Usage

# S3 method for cv.bbl
predict(object, ...)

Arguments

object

Object of class cv.bbl.

...

Other parameters to predict.bbl.

Value

Data frame of prediction; see predict.bbl.

Details

This method will use the fitted model with maximum accuracy score returned by a call to crossVal to make prediction on new data