Last data update: 2014.03.03

R: Dataset of auto engines from MY2005 to MY2015.
dataset.engine.2015R 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)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(DJL)
Loading required package: car
Loading required package: combinat

Attaching package: 'combinat'

The following object is masked from 'package:utils':

    combn

Loading required package: lpSolveAPI
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/DJL/dataset.engine.2015.Rd_%03d_medium.png", width=480, height=480)
> ### Name: dataset.engine.2015
> ### Title: Dataset of auto engines from MY2005 to MY2015.
> ### Aliases: dataset.engine.2015
> 
> ### ** Examples
> 
> # Load dataset
>   data(dataset.engine.2015)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>