predict.aimerCV: predicts new values for an aimerCV model.

Description Usage Arguments Value

View source: R/aimerMethods.R

Description

predicts new values for an aimerCV model.

Usage

1
2
## S3 method for class 'aimerCV'
predict(object, newdata, ...)

Arguments

object

required, a model generated by the aimerCV function.

newdata

required, a new data matrix to predict with.

...

additional arguments, currently ignored.

Value

predicted value vector of length nrow(newdata).


dajmcdon/aimer documentation built on May 6, 2019, 1:31 a.m.