Data of 19 coal-fired steam-electric generating plants operating in Illinois in 1978. Each plant uses 3 inputs to produce 1 output.
data("Electric_plants")
Data frame with 18 rows and 5 columns. Definition of inputs (X) and outputs (Y):
Labor average annual employment
Fuel
Capital MW (fixed input)
Output
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)
make_deadata
, model_basic
# Example. Replication of results in Simar and Wilson (1998, p.59)
data("Electric_plants")
data_example <- make_deadata(Electric_plants,
dmus = 1,
ni = 3,
no = 1)
result <- model_basic(data_example,
orientation = "io",
rts = "vrs")
efficiencies(result)
Run the code above in your browser using DataLab