R Dataset / Package Stat2Data / HawkTail2
On this R-data statistics page, you will find information about the HawkTail2 data set which pertains to HawkTail2. The HawkTail2 data set is found in the Stat2Data R package. You can load the HawkTail2 data set in R by issuing the following command at the console data("HawkTail2"). This will load the data into a variable called HawkTail2. If R says the HawkTail2 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 HawkTail2 R data set. The size of this file is about 6,131 bytes.
HawkTail2
Description
Tail lengths for three hawk species
Format
A dataset with observations on the following 3 variables.
Tail_CH | Tail length (in mm) for a sample of Cooper's hawks |
Tail_RT | Tail length (in mm) for a sample of Red-tailed hawks |
Tail_SS | Tail length (in mm) for a sample of Sharp-shinned hawks |
Details
Tail lengths measured for a sample of 908 hawks observed in Mount Vernon, Iowa. Note: HawkTail has similar data in stacked format for just the Red-tailed and Sharp-shinned hawks.
Source
Observations by students and faculty at Cornell College.
Dataset imported from https://www.r-project.org.