Learn R Programming

ClaimsProblems (version 1.0.0)

CO2emissions: CO2 emissions (kt) data

Description

CO2 emissions (kt) data from different countries and regions in 2014

Usage

CO2emissions

Arguments

Format

A data frame with 20 rows and 2 variables:

[,1]RegioncategoricalCountry or Region name
[,2]EmissionsnumericCO2 emissions (kt)

References

Mirás Calvo, M.A., Núñez Lugilde, I., Quinteiro Sandomingo, C., and Sánchez-Rodríguez, E. (2024). An algorithm to compute the average-of-awards rule for claims problems with an application to the allocation of CO\(_2\) emissions. Annals of Operations Research 336, 1435-1459.

Examples

Run this code
data(CO2emissions)
head(CO2emissions)
E=31284288 #Emissions for 2015
allrules(E,CO2emissions$Emissions)
par(mfrow = c(2, 3))
E0 <- 33857455
Rules=c(Talmud,CEA,CEL,PRO)
percentage = 0.076
times = 20
for (claimant in 1:6) {
dynamicplot(E0, CO2emissions$Emissions, Rules, claimant, percentage, times, legend=FALSE)
}

Run the code above in your browser using DataLab