Birmingham | R Documentation |
The data includes several variables describing 13,572 aircraft operations — 6,876 take-offs and 6,876 landings — involving 11 different aircraft types at Birmingham Airport during the period 1968–1969.
Birmingham
A data frame with 11 rows and 9 columns (variables):
Aircraft type
Aircraft index (subscript)
Number of movements
Average fee per movement (in pounds)
Estimated diversion cost per movement (in pounds)
Average benefit per movement (in pounds)
Runway user index
Maintenance cost per movement (in pounds)
Assumed capital cost (in pounds)
Littlechild, S. C. and Thompson, G. F. (1977). Aircraft landing fees: a game theory approach. The Bell Journal of Economics, 8, 186-204.
# Based on capital cost (g)
G <- multiclonesrules(Birmingham$g, Birmingham$eta, c("SEC", "CEC", "SM"),
group_contribution = FALSE, agents_names = Birmingham$i, labels = FALSE)
(cost_allocation <- round(G, 2))
# Based on capital cost (g) + add maintenance cost per movement (c)
sweep(cost_allocation, MARGIN = 2, Birmingham$c, FUN = "+")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.