print.clv.time {CLVTools} | R Documentation |
Summarizing a CLV time object
Description
Summary method for CLV time objects that provides information about the start and end date of the estimation and possible holdout sample.
Usage
## S3 method for class 'clv.time'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'clv.time'
summary(object, ...)
Arguments
x |
An object of class |
digits |
The number of significant digits to use when printing. |
... |
Ignored. |
object |
A CLV time object |
Value
This function computes and returns summary statistics of the
time related information stored in object
. It returns a list of
class summary.clv.time
that contains the elements:
time.unit |
What time unit defines a single period. |
estimation.period.in.tu |
Length of estimation period in time units. |
has.holdout |
Whether the object has a holdout data sample. |
holdout.period.in.tu |
Length of holdout period in time units, if any. |
See Also
summary.clv.data
for how to summarize a clv data object
[Package CLVTools version 0.11.2 Index]