Golany_Roll_1989 | R Documentation |
Data of 13 DMUs using 3 inputs to produce 2 outputs.
data("Golany_Roll_1989")
Data frame with 13 rows and 6 columns. Definition of inputs (X) and outputs (Y):
Input 1
Input 2
Input 3
Output 1
Output 2
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)
Golany, B.; Roll, Y. (1989). "An Application Procedure for DEA". Omega, International Journal of Management Science, 17(3), 237-250. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/0305-0483(89)90029-7")}
make_deadata
, model_multiplier
, cross_efficiency
# Example.
data("Golany_Roll_1989")
data_example <- make_deadata(datadea = Golany_Roll_1989,
dmus = 1,
inputs = 2:4,
outputs = 5:6)
result <- cross_efficiency(data_example,
orientation = "io",
selfapp = TRUE)
result$Arbitrary$cross_eff
result$Arbitrary$e
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.