Last chance! 50% off unlimited learning
Sale ends in
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)
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)
Run the code above in your browser using DataLab