Learn R Programming

FSA (version 0.9.5)

BluegillJL: Capture histories (2 samples) of Bluegill from Jewett Lake, MI.

Description

Each line consists of the capture history over two samples of Bluegill (Lepomis macrochirus) in Jewett Lake (MI). This file contains the capture histories for only Bluegill larger than 6-in.

Arguments

Format

A data frame with 277 observations on the following 2 variables.

first

a numeric vector of indicator variables for the first sample (1=captured)

second

a numeric vector of indicator variables for the second sample (1=captured)

Topic(s)

  • Population Size

  • Abundance

  • Mark-Recapture

  • Capture-Recapture

  • Petersen

  • Capture History

See Also

Used in mrClosed examples.

Examples

Run this code
str(BluegillJL)
head(BluegillJL)

Run the code above in your browser using DataLab