1
2
3
4
5
#

Name:

Description:

Data from cars.com for a sample of three different models of used cars in 2017

Variables:

A data frame with 90 observations on the following 8 variables.

CarType

Model (Accord, Maxima, or Mazda6)

Age

Age of used car (years)

Price

Price (in thousands of dollars)

Mileage

Mileage (in thousands of miles)

Mazda6

Is the car a Mazda6? (1=yes or 0=no)

Accord

Is the car an Accord? (1=yes or 0=no)

Maxima

Is the car a Maxima? (1=yes or 0=no)

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Data obtained from cars.com, February 2017 using zip code 44107, Lakewood, Ohio.

R Dataset Upload:

Use the following R code to directly access this dataset in R.

d <- read.csv("https://www.key2stats.com/Price__Age__and_Mileage_of_Three_Used_Car_Models_568_72.csv")

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.