abortflights | R Documentation |
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.
abortflights
A data frame with 109 rows and 2 variables:
Number of aborted flights in Period 1.
Number of aborted flights in Period 2.
Barbiero, A. (2019). A bivariate geometric distribution allowing for positive or negative correlation. Communications in Statistics - Theory and Methods, 48 (11), 2842–-2861. \Sexpr[results=rd]{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, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1080/03610918.2021.2004419")}
data(abortflights)
head(abortflights)
table(abortflights$X, abortflights$Y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.