Birmingham: Birmingham Airport data

BirminghamR Documentation

Birmingham Airport data

Description

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.

Usage

Birmingham

Format

A data frame with 11 rows and 9 columns (variables):

type

Aircraft type

i

Aircraft index (subscript)

eta

Number of movements

p

Average fee per movement (in pounds)

d

Estimated diversion cost per movement (in pounds)

b

Average benefit per movement (in pounds)

l

Runway user index

c

Maintenance cost per movement (in pounds)

g

Assumed capital cost (in pounds)

Source

Littlechild, S. C. and Thompson, G. F. (1977). Aircraft landing fees: a game theory approach. The Bell Journal of Economics, 8, 186-204.

Examples

# 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 = "+")

AirportProblems documentation built on June 8, 2025, 10:49 a.m.