Learn R Programming

deaR (version 1.2.1)

Tone2001: Data: Tone (2001).

Description

Data of 5 DMUs producing 2 outputs by using 2 inputs

Usage

data("Tone2001")

Arguments

Format

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

x1

Input1

x2

Input2

y1

Output1

y2

Output2

See Also

read_data, model_sbmeff

Examples

Run this code
# NOT RUN {
# Example. Replication of results in Tone (2001, p. 505)
data("Tone2001")
data_example <- read_data(Tone2001,
                          ni = 2,
                          no = 2)
result <- model_sbmeff(data_example,
                       orientation ="no",
                       rts = "crs")
efficiencies(result)
slacks(result)

# }

Run the code above in your browser using DataLab