Ruggiero2007 | R Documentation |
Simulated data of 35 DMUs with two inputs and one output.
data("Ruggiero2007")
Data frame with 35 rows and 4 columns. Definition of inputs (X) and outputs (Y):
Input 1
Input 2
Output 1
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)
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. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-0-387-71607-7_5")}
make_deadata
, model_basic
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.