This function computes and returns a list of summary information of the fitted model
given in object
. It returns a list of class summary.clv.no.covariates
that contains the
following components:
name.modelthe name of the fitted model.
callThe call used to fit the model.
tp.estimation.startDate or POSIXct indicating when the fitting period started.
tp.estimation.endDate or POSIXct indicating when the fitting period ended.
estimation.period.in.tuLength of fitting period in time.unit
s.
time.unitTime unit that defines a single period.
coefficientsa px4
matrix with columns for the estimated coefficients, its standard error,
the t-statistic and corresponding (two-sided) p-value.
estimated.LLthe value of the log-likelihood function at the found solution.
AICAkaike's An Information Criterion for the fitted model.
BICSchwarz's Bayesian Information Criterion for the fitted model.
KKT1Karush-Kuhn-Tucker optimality conditions of the first order, as returned by optimx.
KKT2Karush-Kuhn-Tucker optimality conditions of the second order, as returned by optimx.
fevalsThe number of calls to the log-likelihood function during optimization.
methodThe last method used to obtain the final solution.
additional.optionsA list of additional options used for model fitting.
- Correlation
Whether the correlation between the purchase and the attrition process was estimated.
- estimated.param.cor
Correlation coefficient measuring the correlation between the two processes, if used.
For models fits with static covariates, the list additionally is of class summary.clv.static.covariates
and the list in additional.options contains the following elements:
additional.options
- Regularization
Whether L2 regularization for parameters of contextual factors was used.
- lambda.life
The regularization lambda used for the parameters of the Lifetime process, if used.
- lambda.trans
The regularization lambda used for the parameters of the Transaction process, if used.
- Constraint covs
Whether any covariate parameters were forced to be the same for both processes.
- Constraint params
Name of the covariate parameters which were constraint, if used.