1
2
3
4
5
#

Name:

Description:

Compare prices for Porsche, Jaguar, and BMW cars offered for sale at an internet site

Variables:

A dataset with 90 observations on the following 9 variables.

CarType BMW, Jaguar, or Porsche
Price Asking price (in $1,000's)
Age Age of the car (in years)
Mileage previous miles driven (in 1,000's)
Car 0=Porsche, 1=Jaguar, 2=BMW
Porsche Indicator with 1= Porsche and 0=otherwise
Jaguar Indicator with 1= Jaguar and 0=otherwise
BMW Indicator with 1= BMW and 0=otherwise

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Student project data collected from autotrader.com in Spring 2007.

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.