report.ESN: Provide a detailed summary of the trained ESN model

View source: R/methods-fable.R

report.ESNR Documentation

Provide a detailed summary of the trained ESN model

Description

Provide a detailed summary of the trained ESN model.

Usage

## S3 method for class 'ESN'
report(object, ...)

Arguments

object

An object of class ESN.

...

Currently not in use.

Value

Print detailed model summary.

Examples

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


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