Last data update: 2014.03.03

R: Dataset of hybrid electric vehicles from MY1997 to MY2013.
dataset.hev.2013R Documentation

Dataset of hybrid electric vehicles from MY1997 to MY2013.

Description

Hybrid electric vehicles from MY1997 to MY2013.

Usage

data(dataset.hev.2013)

Columns

[,1] Name Vehicle name
[,2] MY Model year
[,3] MSRP.2013 MSRP converted to 2013 value
[,4] Acc Acceleration (0-100km) in km/h/s
[,5] MPG MPG in mile/gallon
[,6] MPGe MPG equivalence for PHEV in mile/gallon

Author(s)

Dong-Joon Lim, PhD

Source

http://www.fueleconomy.gov

References

Lim, Dong-Joon, et al. "Comparing technological advancement of hybrid electric vehicles (HEV) in different market segments." Technological Forecasting and Social Change 97 (2015): 140~153.

Examples

# Load dataset
  data(dataset.hev.2013)

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.hev.2013.Rd_%03d_medium.png", width=480, height=480)
> ### Name: dataset.hev.2013
> ### Title: Dataset of hybrid electric vehicles from MY1997 to MY2013.
> ### Aliases: dataset.hev.2013
> 
> ### ** Examples
> 
> # Load dataset
>   data(dataset.hev.2013)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>