seasonal_overall: Combined steps of seasonal adjustment

View source: R/seasonal_overall.R

seasonal_overallR Documentation

Combined steps of seasonal adjustment

Description

Combined steps of seasonal adjustment

Usage

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

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

aranryan/arlodr documentation built on Jan. 21, 2025, 2:11 p.m.