tidy.ESN: Estimated coefficients

View source: R/methods-fable.R

tidy.ESNR Documentation

Estimated coefficients

Description

Return the estimated coefficients from a trained ESN as tibble.

Usage

## S3 method for class 'ESN'
tidy(x, ...)

Arguments

x

An object of class ESN.

...

Currently not in use.

Value

Coefficients extracted from the object.

Examples

library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
tidy()


ahaeusser/echos documentation built on June 2, 2025, 2:17 a.m.