estimate: Estimate a model

View source: R/estimate.R

estimateR Documentation

Estimate a model

Description

Estimate a model

Usage

estimate(.data, ...)

## S3 method for class '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.


fabletools documentation built on Oct. 12, 2023, 1:07 a.m.