Airlines | R Documentation |
Data of 28 airlines with 2 outputs and 4 inputs.
data("Airlines")
Data frame with 28 rows and 7 columns. Definition of outputs (Y) and inputs (X):
Passenger-kilometers flown
Freight tonne-kilometers flown
Labor (number of employees)
Fuel (millions of gallons)
Other inputs (millions of U.S. dollar equivalent) consisting of operating and maintenance expenses excluding labor and fuel expenses
Capital (sum of the maximum takeoff weights of all aircraft flown multiplied by the number of days flown)
Vicente Coll-Serrano (vicente.coll@uv.es). Quantitative Methods for Measuring Culture (MC2). Applied Economics.
Vicente Bolos (vicente.bolos@uv.es). Department of Business Mathematics
Rafael Benitez (rafael.suarez@uv.es). Department of Business Mathematics
University of Valencia (Spain)
Coelli, T.; Griffel-Tatje, E.; Perelman, S. (2002). "Capacity Utilization and Profitability: A Decomposition of Short-Run Profit Efficiency", International Journal of Production Economics 79, 261–278.
make_deadata
, model_sbmeff
# Example. Replication of results in Aparicio et al. (2007).
data("Airlines")
data_example <- make_deadata(Airlines,
inputs = 4:7,
outputs = 2:3)
result <- model_sbmeff(data_example)
efficiencies(result)
result2 <- model_sbmeff(data_example,
kaizen = TRUE)
efficiencies(result2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.