File: wa_churn.R

package info (click to toggle)
r-cran-modeldata 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,592 kB
  • sloc: sh: 13; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#' Watson churn data
#'
#' @details These data were downloaded from the IBM Watson site
#'  (see below) in September 2018. The data contain a factor for
#'  whether a customer churned or not. Alternatively, the `tenure`
#'  column presumably contains information on how long the customer
#'  has had an account. A survival analysis can be done on this
#'  column using the `churn` outcome as the censoring information. A
#'  data dictionary can be found on the source website.
#'
#' @name wa_churn
#' @aliases wa_churn
#' @docType data
#' @return \item{wa_churn}{a data frame}
#'
#' @source IBM Watson Analytics https://ibm.co/2sOvyvy
#'
#' @keywords datasets
#' @examples
#' data(wa_churn)
#' str(wa_churn)
NULL