Lim_Zhu_2015 | R Documentation |
Data of 37 R&D project proposal relating to the Turkish iron and steel industry. Authors consider one input and five outputs.
data("Lim_Zhu_2015")
Data frame with 37 rows and 7 columns. Definition of inputs (X) and outputs (Y):
Budget
Indirect economic contribution
Direct economic contribution
Technical contribution
Social contribution
Scientific contribution
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)
Lim, S.; Zhu, J. (2015). "DEA Cross-Efficiency Under Variable Returns to Scale". Journal of Operational Research Society, 66(3), p. 476-487. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1057/jors.2014.13")}
make_deadata
, model_multiplier
,
cross_efficiency
# Example. Arbitrary formulation.
# Input-oriented model under variable returns-to-scale.
data("Lim_Zhu_2015")
data_example <- make_deadata(Lim_Zhu_2015,
dmus = 1,
ni = 1,
no = 5)
cross <- cross_efficiency(data_example,
epsilon = 0,
orientation = "io",
rts = "vrs",
selfapp = TRUE,
M2 = FALSE,
M3 = FALSE)
cross$Arbitrary$e
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.