Learn R Programming

DJL (version 3.9)

dataset.airplane.2017: Dataset of commercial airplanes from 1965 to 2017.

Description

Commercial airplanes from 1965 to 2017.

Usage

data(dataset.airplane.2017)

Arguments

Columns

[,1] Name Airplane name
[,2] EIS Entry into service
[,3] Range Maximum range at full payload in 1,000km
[,4] P.cap Passenger capacity
[,5] PFE Passenger fuel efficiency in passengers*km/L (log scale)
[,6] C.spd Cruising speed in km/hr
[,7] M.spd Maximum speed in km/hr

Author

Dong-Joon Lim, PhD

References

Lim, Dong-Joon, and Timothy R. Anderson. Time series benchmarking analysis for new product scheduling: who are the competitors and how fast are they moving forward?. Advances in DEA Theory and Applications: with Examples in Forecasting Models. (2017): 443-458.

Examples

Run this code
# Load dataset
  data(dataset.airplane.2017)

Run the code above in your browser using DataLab