| Departments_Of_Accounting | R Documentation |
Evaluation the Efficiency of UK University Departments Of Accounting Efficiency.
Departments_Of_Accounting
A data frame containing data for 20 UK University Departments Of Accounting.
Departmentsa numeric vector
Undergraduatesa numeric vector
Researcha numeric vector
Taughta numeric vector
Res.Coa numeric vector
OtherResa numeric vector
OtherIncomea numeric vector
Publicationsa numeric vector
AcademicStaffa numeric vector
Salariesa numeric vector
OtherExpa numeric vector
Tomkins C and Green RH (1988) An experiment in the use of data envelopment analysis for evaluating the efficiency of UK university departments of accounting. Financial Accounting and Management, 4, 147-164.
Tomkins C and Green RH (1988) An experiment in the use of data envelopment analysis for evaluating the efficiency of UK university departments of accounting. Financial Accounting and Management, 4, 147-164.
data(Departments_Of_Accounting)
attach(Departments_Of_Accounting)
x <- data.frame(AcademicStaff)
rownames(x) <- Departments
colnames(x) <- colnames(Departments_Of_Accounting)[9]
y <- data.frame(Undergraduates, Research, Taught,(Res.Co + OtherRes + OtherIncome))
rownames(y) <- Departments
colnames(y)[1] <- colnames(Departments_Of_Accounting)[2]
colnames(y)[2] <- colnames(Departments_Of_Accounting)[3]
colnames(y)[3] <- colnames(Departments_Of_Accounting)[4]
colnames(y)[4] <- c("Total_Income")
detach(Departments_Of_Accounting)
result <- DeaMultiplierModel(x,y,"crs", "input")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.