Doyle_Green_1994 | R Documentation |
Data adapted from Tomkins and Green (1988). 13 DMUs using 3 inputs to produce 2 outputs.
data("Doyle_Green_1994")
Data frame with 13 rows and 6 columns. Definition of inputs (X) and outputs (Y):
Number of undergraduates
Number of postgraduates (taught and research)
Research and other income
Number of publications
Salaries of academic and related staff
Other expenses
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)
Doyle, J.; Green, R. (1994). “Efficiency and cross efficiency in DEA: derivations, meanings and the uses”, Journal of Operational Research Society, 45(5), 567–578. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/2584392")}
make_deadata
, model_multiplier
,
cross_efficiency
# Example.
data("Doyle_Green_1994")
data_example <- make_deadata(datadea = Doyle_Green_1994,
dmus = 1,
inputs = 6:7,
outputs = 2:5)
result <- cross_efficiency(data_example,
orientation = "io",
selfapp = TRUE)
result$Arbitrary$cross_eff
result$Arbitrary$e
# Aggressive using method II
result$M2_agg$cross_eff
# Aggressive using method III
result$M3_agg$cross_eff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.