clv.time.date-class {CLVTools} | R 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
[Package CLVTools version 0.11.2 Index]