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

Description Usage Arguments Value

View source: R/aimerMethods.R

Description

predicts new values for an aimer model.

Usage

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

Arguments

object

required, a model generated by the aimer 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.