Tone2001 | R Documentation |
Data of 5 DMUs producing 2 outputs by using 2 inputs
data("Tone2001")
Data frame with 5 rows and 5 columns. Definition of inputs (X) and outputs (Y):
Input1
Input2
Output1
Output2
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)
Tone, K. (2001). "A Slacks-Based Measure of Efficiency in Data Envelopment Analysis", European Journal of Operational Research, 130, 498-509. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/S0377-2217(99)00407-5")}
make_deadata
, model_sbmeff
# Example. Replication of results in Tone (2001, p. 505)
data("Tone2001")
data_example <- make_deadata(Tone2001,
ni = 2,
no = 2)
result <- model_sbmeff(data_example,
orientation = "no",
rts = "crs")
efficiencies(result)
slacks(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.