Learn R Programming

deaR (version 1.4.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

Author

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)

See Also

make_deadata, model_sbmeff

Examples

Run this code
# Example. Replication of results in Tone (2001, p. 505)
data("Tone2001")
data_example <- make_deadata(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