1
2
3
4
5
#

Name:

Description:

A tibble with 54 rows and 6 columns. This data is a subset of the Cars93 data set from the MASS package.

Variables:

  • type - The vehicle type with levels large, midsize, and small.
  • price - Vehicle price (USD).
  • mpg_city - Vehicle mileage in city (miles per gallon).
  • drive_train - Vehicle drive train with levels 4WD, front, and rear.
  • passengers - The vehicle passenger capacity.
  • weight - Vehicle weight (lbs).

Link To Google Sheets:

Rows:

Columns:

License Type:

References/Notes/Attributions:

Source

Lock, R. H. (1993) 1993 New Car Data. \emph{Journal of Statistics Education

1(1). }

R Dataset Upload:

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

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

R Coding Interface:


Datasets Tag Questions & Instructional Blocks

NumberContentType
No results found.