Coerce to a dable object
as_dable(x, ...)# S3 method for tbl_df
as_dable(x, response, method = NULL, seasons = list(), aliases = list(), ...)
# S3 method for tbl_ts
as_dable(x, response, method = NULL, seasons = list(), aliases = list(), ...)
Object to be coerced to a dable (dcmp_ts
)
Additional arguments passed to methods
The character vector of response variable(s).
The name of the decomposition method.
A named list describing the structure of seasonal components
(such as period
, and base
).
A named list of calls describing common aliases computed from components.