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 Sept. 17, 2024, 9:10 a.m.