| do_fit | R Documentation |
Generic for fitting a time series model.
Descendants should implement do_fit.<class>.
do_fit(obj, x, y = NULL)
obj |
Model object to be fitted. |
x |
Matrix or data.frame with input features. |
y |
Vector or matrix with target values. |
A fitted object (same class as obj).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.