| alligator {EffectStars} | R Documentation |
Alligator Food
Description
The data describe the food choice of alligators, they originate from a study of the Florida Game and Fresh Water Commission.
Usage
data(alligator)
Format
A data frame with 219 observations on the following 4 variables.
FoodFood type with levels
bird,fish,invert,otherandrepSizeSize of the alligator with levels
<2.3and>2.3GenderGender with levels
femaleandmaleLakeName of the lake with levels
George,Hancock,OklawahaandTrafford
Source
http://www.stat.ufl.edu/~aa/cda/sas/sas.html
References
Agresti (2002): Categorical Data Analysis, Wiley.
Examples
## Not run:
data(alligator)
star.nominal(Food ~ Size + Lake + Gender, data = alligator, nlines = 2)
## End(Not run)
[Package EffectStars version 1.9-1 Index]