clv.time.date-class: Date based time-units

clv.time.date-classR Documentation

Date based time-units

Description

Virtual base class for time units that need only whole day granularity. This class processes time and dates at day level ignoring the time of day and stores all timepoints using data type Date.

Slots

timepoint.estimation.start

Single Date that stores the start of the estimation period.

timepoint.estimation.end

Single Date that stores the end of the estimation period.

timepoint.holdout.start

Single Date that stores the start of the holdout period.

timepoint.holdout.end

Single Date that stores the end of the holdout period.

See Also

For time unit implementations based on this class: clv.time.days, clv.time.weeks, clv.time.years


CLVTools documentation built on Oct. 24, 2023, 1:06 a.m.