View source: R/methods-fable.R
filter_esn | R Documentation |
Filter an object of class mdl_df
("mable") to include
ESN models only, i.e., other models like ARIMA or ETS are excluded from
the mable.
filter_esn(object)
object |
An object of class |
An object of class mdl_df
in long-format.
library(tsibble)
library(fable)
AirPassengers %>%
as_tsibble() %>%
model("ESN" = ESN(value)) %>%
filter_esn()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.