Learn R Programming

dsa (version 0.74.18)

doy_dummy: Dummy for the Day of the Year

Description

Creates dummies for each chosen day of the year

Usage

doy_dummy(day = "1", start = "2010/1/1", end = "2015/01/01")

Arguments

day

Day of the year for which dummy is created

start

Startdate

end

Enddate

Details

This function is used in dsa() to create day of the year dummies.

Examples

Run this code
# NOT RUN {
plot(doy_dummy())
# }

Run the code above in your browser using DataLab