man-roxygen/template_class_clvfittedspendingmodels.R

#' Result of fitting the <%=name_model_full%> model
#'
#' @description
#' Output from fitting the <%=name_model_full%> model on transactional data. It constitutes the estimation
#' result and is returned to the user to use it as input to other methods such as to diagnose the model
#' fit or to predict customer's future spending.
#'
#' Inherits from \linkS4class{clv.fitted.spending} in order to execute all steps required to fit a model or to predict
#' future spending. Contains an instance of class \linkS4class{<%=name_class_clvmodel%>} which
#' provides the required <%=name_model_full%> specific functionalities.
#'
bachmannpatrick/CLVTools documentation built on Oct. 29, 2023, 2:16 p.m.