estimate: Estimate a model
Description
Estimate a model
Usage
estimate(.data, ...)# S3 method for tbl_ts
estimate(.data, .model, ...)
Arguments
- .data
A data structure suitable for the models (such as a tsibble
).
- ...
Further arguments passed to methods.
- .model
Definition for the model to be used.