Learn R Programming

dsa (version 0.74.18)

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

start

Startdate

end

Enddate

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