Hua_Bian_2007 | R Documentation |
Data of 30 DMUs with two desirable inputs, two desirable outputs and one udesirable output.
data("Hua_Bian_2007")
Data frame with 30 rows and 6 columns. Definition of inputs (X) and outputs (Y):
Desirable Input 1
Desirable Input 2
Desirable Output 1
Desirable Output 2
Undesirable 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)
Hua Z.; Bian Y. (2007). DEA with Undesirable Factors. In: Zhu J., Cook W.D. (eds) Modeling Data Irregularities and Structural Complexities in Data Envelopment Analysis. Springer, Boston, MA. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1007/978-0-387-71607-7_6")}
make_deadata
, model_basic
# Example. Replication of results in Hua and Bian (2007).
data("Hua_Bian_2007")
# The third output is an undesirable output
data_example <- make_deadata(Hua_Bian_2007,
ni = 2,
no = 3,
ud_outputs = 3)
# Translation parameter (vtrans_o) is set to 1500
result <- model_basic(data_example,
orientation = "oo",
rts = "vrs",
vtrans_o = 1500)
eff <- efficiencies(result)
1 / eff # results M5 in Table 6-5 (p.119)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.