Learn R Programming

deaR (version 1.2.1)

Hotels: Data: Wu, Tsai and Zhou (2011).

Description

This dataset consists of 23 four- and five-plum ITHs in Taipei in 2006. Authors consider 4 inputs and 3 outputs.

Usage

data("Hotels")

Arguments

Format

Data frame with 23 rows and 8 columns. Definition of inputs (X) and outputs (Y):

x1 = Employees

Total number of employees)

x2 = Guest_rooms

Total number of guest rooms)

x3 = Area_F&B

Total area of F&B departments (in 36 square-feet)

x4 = Operating_cost

Total operating cost (in NT$)

y1 = Room_revenue

Room revenues (in NT$)

y2 = F&B_revenue

F&B revenues (in NT$)

y3 = Other_revenue

Other revenues (in NT$)

See Also

read_data, model_nonradial

Examples

Run this code
# NOT RUN {
# Example. Replication of results in Wu,Tsai and Zhou (2011)
data("Hotels")
data_hotels <- read_data(Hotels,
                         dmus = 1,
                         inputs = 2:5,
                         outputs = 6:8)
result <- model_nonradial(data_hotels,
                          orientation="oo",
                          rts="vrs")
efficiencies(result)

# }

Run the code above in your browser using DataLab