| clv.fitted-class | R Documentation |
The class stores the transaction data and various optimization outputs and options. It is created already when model fitting is initiated and is then used to perform no covariate specific steps during the estimation process. Serves as parent classes to fitted transaction and spending models.
Created with an existing clv.data and clv.model object (or subclasses thereof).
## S4 method for signature 'clv.fitted'
show(object)
callSingle language of the call used to create the object
clv.modelSingle object of (sub-) class clv.model that determines model-specific behavior.
clv.dataSingle object of (sub-) class clv.data that contains the data and temporal information to fit the model to.
model.specification.argsModel specification given by the user with which the model was fit. Used to re-fit the model on new data (bootstrapping).
prediction.params.modelNumeric vector of the model parameters, set and used solely when predicting. Named after model parameters in original scale and derived from coef().
optimx.estimation.outputA single object of class optimx as returned from method optimx::optimx after optimizing the log-likelihood fitting the model.
optimx.hessianSingle matrix that is the hessian extracted from the last row of the optimization output stored in the slot optimx.estimation.output.
clv.fitted.spending, clv.fitted.transactions, clv.fitted.transactions.static.cov, clv.fitted.transactions.dynamic.cov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.