predict.wrapped: Predict on new data form a 'wrapped' object

Description Usage Arguments Value

Description

Predict on new data form a wrapped object

Usage

1
2
## S3 method for class 'wrapped'
predict(object, newdata = NULL, ...)

Arguments

object

Object of class wrapped with a subclass with a valid predict method.

newdata

Data to predict on.

...

Additional arguments to pass to the subclass predict method.

Value

Predictions from subclass predict method.


formulize documentation built on May 2, 2019, 6:08 a.m.