Learn R Programming

MultiplierDEA (version 0.1.19)

Metropolitan_And_London_Rates_Departments: Data: Metropolitan and London rates departments data

Description

Relative Efficiency Metropolitan and London rates departments.

Usage

Metropolitan_And_London_Rates_Departments

Arguments

Format

A data frame containing data for 62 rates department authority.

Authority

a character vector

TotalCost

a numeric vector

Non-cnl

a numeric vector

Rate

a numeric vector

Summons

a numeric vector

NPV

a numeric vector

References

Dyson RG and Thanassoulis E (1988) Reducing weight flexibility in Data Envelopment Analysis, Journal of the Operational Research Society, 39 (6), 563-576.

Examples

Run this code
data(Metropolitan_And_London_Rates_Departments)
attach(Metropolitan_And_London_Rates_Departments)

x <- data.frame(TotalCost)
rownames(x) <- Authority
colnames(x) <- colnames(Metropolitan_And_London_Rates_Departments)[2]


y <- data.frame(`Non-cnl`, Rate, Summons, NPV)
rownames(y) <- Authority
colnames(y) <- colnames(Metropolitan_And_London_Rates_Departments)[3:6]

detach(Metropolitan_And_London_Rates_Departments)

result <- DeaMultiplierModel(x,y,"crs", "input")

Run the code above in your browser using DataLab