Skip to contents

When using a 'time varying' model, some functions of the Date variable are required to compute the prediction. The makeNewData method can be used for that goal.

Usage

makeNewData(object, ...)

Arguments

object

An object from a class having a predict method.

...

Arguments for methods.

Value

A "data" object that can be used as value for the

newdata argument of the predict method.