clv.time.date-class | R Documentation |
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
.
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.
For time unit implementations based on this class: clv.time.days, clv.time.weeks, clv.time.years
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.