R/cadf.R

#' cadf.
#'
#' @name cadf
NULL

#' Excel data
#' @docType data
#' @keywords excel
#' @name exceldata
#' @format Data frame with 50 rows and 9 columns
NULL


#' Segmentation and LTV data
#' @docType data
#' @keywords ltv
#' @name segltv
#' @format  A data frame with 53998 rows and 4 columns
NULL




#' Stockmarket put/call data
#' @name stocks
#' @format A data frame with 770 rows and 20 columns
NULL

#' Answering machine data

#' @name bass.answeringmachines
#' @docType data
#' @format  A data frame with 9 rows and two columns
NULL


#' CADF-formatted sample data
#' @name cadf.data.sample
#' @format List with 2,185 customers, in CADF format
#' 
#' 
NULL

#' SRM model data
#' @name srm_summaries
#' @docType data
#' @format Data frame with 22 rows and 3 columns
NULL

 
#' #' Simple retention model data
#'@name srm_data
#' @docType data
#' @format A data frame with 5828 rows and two columns
#' \describe{
#'   \item{bigT}{Time period}
#'   \item{cancel}{Whether or not there was a cancellation in the time period}

#'   ...
#' }
#' 
#' 
#' 
NULL

#' Billionaires
#' @docType data
#' @keywords billionaire
#' @name billionaire
#' @format data frame
NULL

#' Health Data
#' @docType data
#' @keywords fp
#' @name fp
#' @format data frame with 5,432 rows and 36 columns
NULL

#' Gamma gamma spend model data
#' @docType data
#' @keywords gamma spend model
#' @name gammagamma
#' @format data frame with 2,357 rows and 6 columns
NULL


#' Discrete choice
#' @name discretechoice
#' @format ##'discretechoice'
NULL

#' LTV transactions data
#' @name ltv.transactions
#' @format data frame with 53,998 rows and 4 columns
NULL


#' Transactions data
#' @name transactions
#' @format data frame with 69659 rows and 4 columns
NULL



#' #' Transaction data
#' @name transactions.merged
#' @format A data frame with 67,944 rows and 4 columns
#' \describe{
#'   \item{ID}{Customer ID}
#'   \item{PURCHASE_DATE}{Purchase date}
#'   \item{NUM_ITEMS}{Number of items purchased}
#'   \item{TOTAL}{Total transaction amount}
#'   ...
#' }
NULL

Try the CADF package in your browser

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

CADF documentation built on Oct. 31, 2024, 5:08 p.m.