| ThreeCars2017 | R Documentation |
Price, Age, and Mileage of Three Used Car Models
Description
Data from cars.com for a sample of three different models of used cars in 2017
Format
A data frame with 90 observations on the following 7 variables.
CarTypeModel (
Accord,Maxima, orMazda6)AgeAge of used car (years)
PricePrice (in thousands of dollars)
MileageMileage (in thousands of miles)
Mazda6Is the car a Mazda6? (
1=yes or0=no)AccordIs the car an Accord? (
1=yes or0=no)MaximaIs the car a Maxima? (
1=yes or0=no)
Details
Data for a sample of cars from three models (Mazda6, Honda Accord, Toyota Maxima) from a website. The dataset AccordPrice is a subset of this file.
Source
Data obtained from cars.com, February 2017 using zip code 44107, Lakewood, Ohio.