Kao_Liu_2003 | R Documentation |
Data of 24 university libraries in Taiwan with one input and five outputs.
data("Kao_Liu_2003")
Data frame with 24 rows and 11 columns. Definition of fuzzy inputs (X) and fuzzy outputs (Y):
It is a weighted sum of the standardized scores of faculty, graduate students, undergraduate students, and extension students in the range of 0 and 1.
Books, serials, microforms, audiovisual works, and database.
Classified staff, unclassified staff, and student assistants.
Capital expenditure, operating expenditure, and special expenditure.
Area and seats
Operating hours, attendance, circulation, communication channels, range of services, amount of services, etc.
lower spread vector Expenditures
upper spread vector Expenditures
lower spread vector Services
upper spread vector Services
There are three observations that are missing: expenditures of Library 24 and services of Library 22 and Library 23. Kao and Liu (2000b) represent the expenditures of Library 24 by the triangular fuzzy number Y = (0.11; 0.41; 1.0). The services of Library 22 and Library 23 are expressed by a same triangular fuzzy number Y = (0.41; 0.69; 1.0).
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)
Kao, C., Liu, S.T. (2003). “A mathematical programming approach to fuzzy efficiency ranking”, International Journal of Production Economics, 85. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/S0925-5273(03)00026-4")}
make_deadata_fuzzy
, model_basic
# Example. Replication of results in Kao and Liu (2003, p.152)
data_example <- make_deadata_fuzzy(Kao_Liu_2003,
dmus = 1,
inputs.mL = 2,
outputs.mL = 3:7,
outputs.dL = c(NA, NA, 8, NA, 10),
outputs.dR = c(NA, NA, 9, NA, 11))
result <- modelfuzzy_kaoliu(data_example,
kaoliu_modelname = "basic",
orientation = "oo",
rts = "vrs",
alpha = 0)
eff <- efficiencies(result)
eff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.