Learn R Programming

FSAdata (version 0.4.1)

SturgeonBL: Summarized multiple mark-recapture data for Lake Sturgeon.

Description

The number of Lake Sturgeon (Acipenser fulvescens) caught in multiple samples from Black Lake, MI in 1997. The caught fish were examined for previous marks, marked (if previously unmarked), and then returned to the population.

Arguments

Format

A data frame with 6 observations on the following 4 variables:

t

Sample number

caught

Total number of fish caught in the sample

recaptures

Number of previously marked fish in the sample

retmarks

Number of marked fish (previously and newly marked) returned to the population

Topic(s)

  • Population Size

  • Abundance

  • Mark-Recapture

  • Capture-Recapture

  • Schnabel

  • Schumacher-Eschmeyer

Examples

Run this code
data(SturgeonBL)
str(SturgeonBL)
head(SturgeonBL)

Run the code above in your browser using DataLab