| do_predict | R Documentation |
Generic for predicting with a fitted time series model.
Descendants should implement do_predict.<class>.
do_predict(obj, x)
obj |
Fitted model object. |
x |
Matrix or data.frame with input features to predict. |
Numeric vector with predicted values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.