seasonal_overall: Combined steps of seasonal adjustment

Description Usage Arguments Examples

View source: R/seasonal_overall.R

Description

Combined steps of seasonal adjustment

Usage

1
seasonal_overall(df, group, holiday_input = "blank", horizon = "5 years")

Arguments

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

Examples

1
2
output_m <- seasonal_overall(work_m, group=geoseg,
holiday_input=hold_reg, horizon="5 years")

aranryan/arlodr documentation built on Oct. 8, 2020, 12:46 p.m.