Fried1993 | R Documentation |
Data of 11 DMUs with two inputs and one output.
data("Fried1993")
Data frame with 11 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)
Ali, A.I.; Seiford, L.M. (1993). The Mathematical Programming Approach to Efficiency Analysis. In Fried, H.O.; Knox Lovell, C.A.; Schmidt, S.S.(eds.), The Measurement of Productive Efficiency. Techniques and Applications. New York: Oxford University Press.
make_deadata
, model_basic
# Example. Replication of results in Ali and (1993, p.143).
data("Fried1993")
data_example <- make_deadata(Fried1993,
ni = 2,
no = 1)
result <- model_basic(data_example,
orientation = "oo",
rts = "vrs")
efficiencies(result)
targets(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.