Tone2003 | R Documentation |
Data of 9 DMUs producing 2 outputs, being second output undesirable, by using 1 input.
data("Tone2003")
Data frame with 9 rows and 4 columns. Definition of inputs (X) and outputs (Y):
Input
Output1 ("good" output)
Output2 (undesirable "bad" 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)
Tone, K. (2003). "Dealing with undesirable outputs in DEA: A Slacks-Based Measure (SBM) approach", GRIPS Research Report Series I-2003-0005.
make_deadata
, model_sbmeff
# Example. Replication of results in Tone (2003), pp 10-11.
data("Tone2003")
data_example <- make_deadata(Tone2003,
ni = 1,
no = 2,
ud_outputs = 2)
result <- model_sbmeff(data_example,
rts = "vrs")
efficiencies(result)
targets(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.