R/customer_retention.R

#' Observed \% Customers Surviving at Least 0-12 Years
#'
#' A dataset containing customer retention.
#'
#' \describe{
#'   \item{year}{Time in years}
#'   \item{regular}{\% of regular customers surviving}
#'   \item{high_end}{\% of high_end customers surviving}
#'}
#' @docType data
#' @keywords datasets
#' @name customer_retention
#' @usage data(customer_retention)
#' @format A data frame 13 observations and 3 variables.
#' @references {Fader P, Hardie B. How to project customer retention. Journal of Interactive Marketing. 2007;21(1):76-90.}
NULL

Try the foretell package in your browser

Any scripts or data that you put into this service are public.

foretell documentation built on May 1, 2019, 10:19 p.m.