make_dummy: Creating set of dummy variables for specified Holidays

Description Usage Arguments Details Author(s)

View source: R/make_dummy.R

Description

Creating set of dummy variables for specified Holidays

Usage

1
2
3
4
5
6
7
8
make_dummy(
  holidays = NULL,
  from = -5,
  to = 5,
  h = 365,
  original = NA,
  original2 = NA
)

Arguments

holidays

holidays for which dummy variables will be created

from

start of holiday regressor. Relative to specified holiday

to

end of holiday regressor. Relative to specified holiday

h

forecast horizon

original

xts time series which characteristics will be used

original2

ts time series which characteristics will be used

Details

This function is used internally in dsa()

Author(s)

Daniel Ollech


dsa documentation built on June 21, 2021, 9:07 a.m.