Learn R Programming

VGAM (version 0.7-8)

wffc.nc: 2008 World Fly Fishing Championships (Number of captures)

Description

Number of captures in the 2008 FIPS-MOUCHE World Fly Fishing Championships held in Rotorua, New Zealand during 22--30 March 2008.

Usage

data(wffc.nc)

Arguments

source

http://www.2008worldflyfishingchamps.com/.

Details

This data frame was obtained by processing wffc. The key variable is numbers, which is sector-session-beat specific.

Note that some fish may have been caught more than once, hence these data do not represent individual fish.

References

Yee, T. W. (2008) Vector generalized linear and additive models, with applications to the 2008 World Fly Fishing Championships. In preparation.

See Also

DeLury.

Examples

Run this code
data(wffc.nc)
with(wffc.nc, table(sector, session))

Run the code above in your browser using DataLab