alligatorLength {syllogi} | R Documentation |
Data.frame
data(alligatorLength)
The data frame has 63 rows and 3 variables:
Female (F) or Male (M).
Length of alligator in meters. Subadult alligators have length < 1.83 and adults if > 1.83 meters.
Primary stomach contents of the alligator.
A study in Lake George, Florida caught 63 alligators. Each alligator's stomach contents were classified as fish, invertebrate, or other. The sex and the length of the alligator were also recorded.
Agresti, A. (2013) Categorical Data Analysis. 3rd Edition, John Wiley & Sons, Hoboken, New Jersey.
data("alligatorLength", package='syllogi')
str(alligatorLength)