Skip to contents

An extended version of mtcars data set.

Usage

mtcars2

Format

a data.frame with 32 rows and 19 columns

[, 1]makeManufacturer nameparted out from rownames(mtcars)
[, 2]modelparted out from rownames(mtcars)
[, 3]mpgmiles per (US) gallonidentical to mtcars$mpg
[, 4]dispDisplacement (cu.in.)identical to mtcars$disp
[, 5]hpGross horsepoweridentical to mtcars$hp
[, 6]dratRear axle ratioidentical to mtcars$drat
[, 7]wtweight (1000 lbs)identical to mtcars$wt
[, 8]qsec1/4 mile timeidentical to mtcars$qsec
[, 9]cylnumber of cylindersidentical to mtcars$cyl
[, 10]cyl_character
[, 11]cyl_factor
[, 12]vsEngine (0 = V-shaped, 1 = straight)identical to mtcars$vs
[, 13]engine
[, 14]amTransmission (0 = automatic, 1 = manual)identical to mtcars$am
[, 15]transmission
[, 16]gearNumber of forward gearsidentical to mtcars$gear
[, 17]gear_factor
[, 18]carbNumber of carburetorsidentical to mtcars$carb
[, 19]test_datefictitious testing date

See also

vignette("qwraps2-data-sets", package = "qwraps2") for details on the construction of the data set.