Electric_plants | R Documentation |
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 10^{10}
Btu
Capital MW (fixed input)
Output 10^6
Kwh
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)
Färe, R.; Grosskopf, S.; Kokkenlenberg, E. (1989). "Measuring Plant Capacity, Utilization and Technical Change: A Nonparametric Approach". International Economic Review, 30(3), 655-666.
Simar, L.; Wilson, P.W. (1998). "Sensitivity Analysis of Efficiency Scores: How to Bootstrap in Nonparametric Frontier Models". Management Science, 44(1), 49-61.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.