Hotels | R Documentation |
This dataset consists of 23 four- and five-plum ITHs in Taipei in 2006. Authors consider 4 inputs and 3 outputs.
data("Hotels")
Data frame with 23 rows and 8 columns. Definition of inputs (X) and outputs (Y):
Total number of employees)
Total number of guest rooms)
Total area of F&B departments (in 36 square-feet)
Total operating cost (in NT$)
Room revenues (in NT$)
F&B revenues (in NT$)
Other revenues (in NT$)
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)
Wu, J.; Tsai, H. and Zhou, Z. (2011). "Improving efficiency in International tourist hotels in Taipei using a non-radial DEA mode", Internationl Journal of Contemporary Hospitality Management, 23(1), 66-83. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1108/09596111111101670")}
make_deadata
, model_nonradial
# Example. Replication of results in Wu,Tsai and Zhou (2011)
data("Hotels")
data_hotels <- make_deadata(Hotels,
dmus = 1,
inputs = 2:5,
outputs = 6:8)
result <- model_nonradial(data_hotels,
orientation = "oo",
rts = "vrs")
efficiencies(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.