R Dataset / Package Stat2Data / FlightResponse
On this R-data statistics page, you will find information about the FlightResponse data set which pertains to FlightResponse. The FlightResponse data set is found in the Stat2Data R package. You can load the FlightResponse data set in R by issuing the following command at the console data("FlightResponse"). This will load the data into a variable called FlightResponse. If R says the FlightResponse data set is not found, you can try installing the package by issuing this command install.packages("Stat2Data") and then attempt to reload the data with the library() command. If you need to download R, you can go to the R project website. You can download a CSV (comma separated values) version of the FlightResponse R data set. The size of this file is about 14,709 bytes.
FlightResponse
Description
Flight Response of Pacific Brant
Format
A dataset with 464 observations on the following 7 variables.
FlockID | Flock ID |
Altitude | Altitude of the overflight by the helicopter (in 100m) |
Lateral | Lateral distance (in 100m) between the aircraft and flock |
Flight | 1 =more than 10% of flock flies away or 0 =otherwise |
AltLat | Product of Altitude x Lateral |
AltCat | Altitude categories: low =under 3, mid =3 to 6, high =over 6 |
LatCat | Lateral categories: 1 under 10 to 4 =over 30 |
Details
A 1994 study collected data on the effects of air traffic on the behavior of the Pacific Brant (a small migratory goose). The data represent the flight response to helicopter "overflights" to see what the relationship between the proximity of a flight, both lateral and altitudinal, would be to the propensity of the Brant to flee the area. For this experiment, air traffic was restricted to helicopters because previous study had ascertained that helicopters created more radical flight response than other aircraft. The data are in FlightResponse. Each case represents a flock of Brant that has been observed during one overflight in the study. Flocks were determined observationally as contiguous collections of Brants, flock sizes varying from 10 to 30,000 birds.
Source
Data come from the book Statistical Case Studies: A Collaboration Between Academe and Industry, Roxy Peck, Larry D. Haugh, and Arnold Goodman, editors; SIAM and ASA, 1998.
Dataset imported from https://www.r-project.org.