predict.rtModCVCalibration: Predict using calibrated model

View source: R/calibrate_cv.R

predict.rtModCVCalibrationR Documentation

Predict using calibrated model

Description

Predict using a calibrated model returned by calibrate_cv

Usage

## S3 method for class 'rtModCVCalibration'
predict(object, mod, newdata, ...)

Arguments

object

rtModCVCalibration object returned by calibrate_cv

mod

rtModCV object returned by train_cv

newdata

Data frame: New data to predict on

...

Additional arguments - Use to define which.repeat, which should be an integer defining which repeat to use for prediction. Defaults to 1 if not specified.

Author(s)

EDG


egenn/rtemis documentation built on Oct. 28, 2024, 6:30 a.m.