Departments | R Documentation |
Data from 20 University accounting departments in the UK.
data("Departments")
Data frame with 20 rows and 11 columns. Definition of inputs (X) and outputs (Y):
Average Full Time Academic Staff 82/3-84/5)
1984-5 Salaries Academics and Related (in pounds))
1984-5 Other Expenses (in pounds)
Average Number Undergraduates 82/3-84/5
Research Postgraduates
Taught Postgraduates
Research council income (in pounds)
Other research income (in pounds)
Other income (in pounds)
Number of publications
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)
Tomkins, C.; Green, R. (1988). "An Experiment in the Use of Data Envelopment Analysis for Evaluating the Efficiency of UK University Departments of Accounting", Financial Accountability and Management, 4(2), 147-164. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1111/j.1468-0408.1988.tb00296.x")}
make_deadata
, model_basic
# Example.
# Replication of results DEA1 in Tomkins and Green (1988)
data("Departments")
# Calculate Total income
Departments$Total_income <- Departments[, 5] + Departments[, 6] + Departments[, 7]
data_example <- make_deadata(Departments,
inputs = 9,
outputs = c(2, 3, 4, 12))
result <- model_basic(data_example,
orientation = "io",
rts = "crs")
efficiencies(result) # Table 3 (p.156)
references(result) # Table 3 (p.157)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.