Learn R Programming

DJL (version 3.9)

dataset.engine.2015: Dataset of auto engines from MY2005 to MY2015.

Description

Auto engines from MY2005 to MY2015.

Usage

data(dataset.engine.2015)

Arguments

Columns

[,1] Name Vehicle name
[,2] MY Model year
[,3] Cylinder The number of cylinder
[,4] Displacement Displacement in liter
[,5] CO2 CO2 emission in gram/mile
[,6] Power Engine power in HP
[,7] Torque Engine torque in lb.ft
[,8] Type Engine system and fuel type

Author

Dong-Joon Lim, PhD

References

D.-J. Lim, Internal combustion engine race: naturally aspirated vs turbo/super-charged, working paper (2015).

Examples

Run this code
# Load dataset
  data(dataset.engine.2015)

Run the code above in your browser using DataLab