R/data.R

#' Dummy data.frame for this package
#'
#' A dataset contains columns often used in the digital marketing industry by user demographics
#'
#' @format A data frame with 10 rows and 6 variables:
#' \describe{
#'   \item{gender}{gender, Men (M) or Female (F)}
#'   \item{age}{age}
#'   \item{cost}{the amount how much money do you earn or advertisers spend}
#'   \item{impression}{the number of how many times some ads are shown to users}
#'   \item{click}{the number of how many times users click ads}
#'   \item{conversion}{the number of how many times users converge}
#' }
"dummy_data"
shinichi-takayanagi/mmetrics documentation built on Aug. 10, 2019, 6:31 p.m.