Data from cars.com for a sample of three different models of used cars in 2017
A data frame with 90 observations on the following 8 variables.
Model (Accord, Maxima, or Mazda6)
Age of used car (years)
Price (in thousands of dollars)
Mileage (in thousands of miles)
Is the car a Mazda6? (1=yes or 0=no)
Is the car an Accord? (1=yes or 0=no)
Is the car a Maxima? (1=yes or 0=no)
Source
Data obtained from cars.com, February 2017 using zip code 44107, Lakewood, Ohio.
Use the following R code to directly access this dataset in R.