Description Usage Arguments Details Author(s)
Creating set of dummy variables for specified Holidays
| 1 2 3 4 5 6 7 8 | make_dummy(
  holidays = NULL,
  from = -5,
  to = 5,
  h = 365,
  original = NA,
  original2 = NA
)
 | 
| 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 | 
This function is used internally in dsa()
Daniel Ollech
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.