Learn R Programming

EffectStars (version 1.9-1)

alligator: 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)

Arguments

Format

A data frame with 219 observations on the following 4 variables.

Food

Food type with levels bird, fish, invert, other and rep

Size

Size of the alligator with levels <2.3 and >2.3

Gender

Gender with levels female and male

Lake

Name of the lake with levels George, Hancock, Oklawaha and Trafford

References

Agresti (2002): Categorical Data Analysis, Wiley.

Examples

Run this code
# NOT RUN {
data(alligator)
star.nominal(Food ~ Size + Lake + Gender, data = alligator, nlines = 2)
# }

Run the code above in your browser using DataLab