Learn R Programming

BCD (version 0.1.1)

abortflights: Aborted Flight Counts for 109 Aircrafts

Description

This dataset records the number of aborted flights by 109 aircrafts during two consecutive periods. The counts are cross-tabulated by the number of aborted flights in each period.

Usage

abortflights

Arguments

Format

A data frame with 109 rows and 2 variables:

X

Number of aborted flights in Period 1.

Y

Number of aborted flights in Period 2.

References

Barbiero, A. (2019). A bivariate geometric distribution allowing for positive or negative correlation. Communications in Statistics - Theory and Methods, 48 (11), 2842–-2861. tools:::Rd_expr_doi("10.1080/03610926.2018.1473428").

Ghosh, I., Marques, F., & Chakraborty, S. (2023) A bivariate geometric distribution via conditional specification: properties and applications, Communications in Statistics - Simulation and Computation, 52:12, 5925--5945, tools:::Rd_expr_doi("10.1080/03610918.2021.2004419")

Examples

Run this code
data(abortflights)
head(abortflights)
table(abortflights$X, abortflights$Y)

Run the code above in your browser using DataLab