Learn R Programming

GLMsData (version 1.4)

seabirds: Counts of seabirds

Description

The number of four species of seabirds

Usage

data(seabirds)

Arguments

Format

A data frame with 40 observations on the following 3 variables.

Quadrat

the quadrat; a numeric factor with levels 0 through 10

Species

the species; a factor with levels M (murre), CA (crested auklet), LA (least auklet) and P (puffin)

Count

the number of seabirds of the given species in the given quadrat; a numeric vector

Details

The data are counts of four seabird species in ten 0.25 square-km quadrats in the Anadyr Strait (off the Alaskan coast) during summer, 1998.

References

D. J. Hand, F. Daly, A. D. Lunn, K. J. McConway, and E. Ostrowski (1994) A Handbook of Small Data Sets, London: Chapman and Hall. Dataset 215.

Examples

Run this code
data(seabirds)
summary(seabirds)

Run the code above in your browser using DataLab