fixed_week_day | R Documentation |
Allows to define a holiday falling on a fixed week day each year, like Labour Day in the USA which is always celebrated on the first Monday of September.
fixed_week_day(month, week, dayofweek, weight = 1, validity = NULL)
month |
month of the holiday: from |
week |
position of the specified week day in the month: from |
dayofweek |
day of the week: from |
weight |
weight associated to the holiday. |
validity |
validity period: either |
returns an object of class c("JD3_FIXEDWEEKDAY","JD3_HOLIDAY")
More information on calendar correction in JDemetra+ online documentation: https://jdemetra-new-documentation.netlify.app/a-calendar-correction
national_calendar
, fixed_day
,special_day
,easter_day
day <- fixed_week_day(9, 1, 1) # first Monday(1) of September.
day
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.