Ruggiero2007 {deaR} | R Documentation |
Data: Ruggiero (2007).
Description
Simulated data of 35 DMUs with two inputs and one output.
Usage
data("Ruggiero2007")
Format
Data frame with 35 rows and 4 columns. Definition of inputs (X) and outputs (Y):
- x1
Input 1
- x2
Input 2
- y1
Output 1
Author(s)
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)
Source
Ruggiero J. (2007). Non-Discretionary Inputs. In: Zhu J., Cook W.D. (eds) Modeling Data Irregularities and Structural Complexities in Data Envelopment Analysis. Springer, Boston, MA. doi:10.1007/978-0-387-71607-7_5
See Also
Examples
# Example. Replication of results in Ruggiero (2007).
data("Ruggiero2007")
# the second input is a non-discretionary input
datadea <- make_deadata(Ruggiero2007,
ni = 2,
no = 1,
nd_inputs = 2)
result <- model_basic(datadea,
orientation = "io",
rts = "crs")
efficiencies(result)
slacks(result)
[Package deaR version 1.4.1 Index]