View source: R/seasonal_overall.R
seasonal_overall | R Documentation |
Combined steps of seasonal adjustment
seasonal_overall(df, group, holiday_input = "blank", horizon = "5 years")
df |
should be a data frame that contains a date column, a group column, a var column, and a value column. var is the column that contains the variable names, such as var. |
group |
grouping column, such as geoseg. Entered without quotes. |
horizon |
output_m <- seasonal_overall(work_m, group=geoseg,
holiday_input=hold_reg, horizon="5 years")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.