Learn R Programming

FSA (version 0.8.30)

PikeNYPartial1: Capture histories (4 samples), in capture history format, of a subset of Northern Pike from Buckhorn Marsh, NY.

Description

Each line consists of the capture history over four samples of Northern Pike (Esox lucius) in Buckhorn Marsh. This file contains the capture histories for only those pike captured from April 1-4.

Arguments

Format

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

id

A unique identification numbers

first

Indicator variable for the first sample (1=captured)

second

Indicator variable for the second sample (1=captured)

third

Indicator variable for the third sample (1=captured)

fourth

Indicator variable for the fourth sample (1=captured)

Topic(s)

  • Population Size

  • Abundance

  • Mark-Recapture

  • Capture-Recapture

  • Schnabel

  • Schumacher-Eschmeyer

  • Capture History

See Also

Used in capHistSum and mrClosed examples. Also see PikeNY.

Examples

Run this code
# NOT RUN {
str(PikeNYPartial1)
head(PikeNYPartial1)

# }

Run the code above in your browser using DataLab