dom_dummy: Dummy for the Day of the Month
Description
Creates dummies for each chosen day of the week.
Usage
dom_dummy(day = "01", start = "2010/1/1", end = "2015/01/01", delete29 = T)
Arguments
day
Day of the Month for which dummy is created
delete29
Should the 29th of February be deleted?
Details
This function is used in dsa() to create day of the month dummies.
Examples
Run this code# NOT RUN {
plot(dom_dummy())
# }
Run the code above in your browser using DataLab