CO2emissions {ClaimsProblems} | R Documentation |
CO2 emissions (kt) data
Description
CO2 emissions (kt) data from different countries and regions in 2014
Usage
CO2emissions
Format
A data frame with 20 rows and 2 variables:
[,1] | Region | categorical | Country or Region name |
[,2] | Emissions | numeric | CO2 emissions (kt) |
Source
The data were obtained from Climate Change Data, World Bank Group https://climateknowledgeportal.worldbank.org/
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
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)
}
[Package ClaimsProblems version 1.0.0 Index]