# test script
remove(list=ls())
pkgload::load_all()
lynx_model <- fabletools::model( tsibbledata::pelt,
TBATS(Lynx),
fable::ETS(Lynx)
)
fcst <- forecast( lynx_model, h = 10 )
# cmp <- components(lynx_model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.