dataset.engine.2015 {DJL}R Documentation

Dataset of auto engines from MY2005 to MY2015.

Description

Auto engines from MY2005 to MY2015.

Usage

data(dataset.engine.2015)

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(s)

Dong-Joon Lim, PhD

Source

http://www.fueleconomy.gov
http://www.autoevolution.com

References

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

Examples

# Load dataset
  data(dataset.engine.2015)

[Package DJL version 3.9 Index]