old/old-T/dealer_data.R

#' Simulated car dealership data
#'
#' A sample of 400 observations from a customer satisfaction survey.
#'
#' @docType data
#'
#' @usage data(dealer_data)
#'
#' @format A data frame with 200 rows and six columns:
#' \describe{
#'    \item{Sales_ID}{unique sales record}
#'    \item{Age}{age group of customer}
#'    \item{Year}{year in which the sale occurred}
#'    \item{Type}{body style of the vehicle purchased}
#' }
#'
#' @examples
#' data(dealer_data)
"dealer_data"
ttrodrigz/iterake documentation built on March 27, 2024, 12:48 a.m.