Learn R Programming

ClaimsProblems (version 1.0.0)

Universityfunds: University funds data

Description

Data to distribute a certain amount of money to buy equipment for teaching laboratories among the different degree courses in the Universidad Miguel Hernández of Elche (Spain)

Usage

Universityfunds

Arguments

Format

A data frame with 27 rows and 3 variables:

[,1]DegreecategoricalDegree courses in a University
[,2]EntitlementnumericObjective entitlements based on number of students, experimental level, ... (euros)
[,3]ClaimnumericClaim of each degree (euros)

References

Pulido, M., Sánchez Soriano, J., and Llorca, N. (2002). Game Theory Techniques for University Management: An Extended Bankruptcy Model. Annals of Operations Research, 109, 129-142.

Pulido, M., Borm, P, Hendricks, R, Llorca, N., and Sánchez Soriano, J. (2008). Compromise solutions for bankruptcy situations with references. Annals of Operations Research, 158, 133-141.

Núñez Lugilde, I., Estévez Fernández, A., and Sánchez Rodríguez, E. (2024). Priority coalitional games and claims problems. Mathematical Methods of Operations Research, 100, 669–701.

Examples

Run this code
data(Universityfunds)
head(Universityfunds)

E = 717293.11
d <- Universityfunds$Claim-Universityfunds$Entitlement
E = E-sum(Universityfunds$Entitlement)
Universityfunds$Entitlement+CEA(E,d)
Universityfunds$Entitlement+PRO(E,d)

Run the code above in your browser using DataLab