R/Mustangs.R

#' Mustang Prices
#' 
#' Mustang Prices
#' 
#' #' @docType data
#' @name Mustangs
#' @usage data(Mustangs)
#' @format  A data frame with 25 observations on the following 3 variables.
#' \describe{
#'    \item{\code{Age }}{age of vehicle in years}
#'    \item{\code{Miles }}{1000s of miles driven}
#'    \item{\code{Price }}{selling price in 1000s USD}
#' }
#' @source These data were used in a "resampling bake-off" hosted by Robin Lock.
#' 
#' @details 
#' A student collected data on the selling prices for a sample of used Mustang
#' cars being offered for sale at an internet website. 
#'
"Mustangs"
ProjectMOSAIC/mosaic documentation built on Feb. 21, 2024, 2:11 a.m.