Skip to contents

Capture histories for Rainbow Trout (Oncorhynchus mykiss) in Upper Niagara Springs pond.

Format

A data frame with 173 observations on the following 2 variables:

first

Indicator variable for the first sample (1=captured)

second

Indicator variable for the second sample (1=captured)

Source

Simulated from Table 10 in of Warren, C.D., K.A. Frank, and F.E. Partridge. 2004. Federal Aid in Fish Restoration - 2000 job performance report. Idaho Department of Fish and Game. CSV file

Topic(s)

  • Population Size

  • Abundance

  • Mark-Recapture

  • Capture-Recapture

  • Petersen

  • Capture History

Examples

data(RBTroutUNSP)
str(RBTroutUNSP)
#> 'data.frame':	173 obs. of  2 variables:
#>  $ first : int  1 1 1 1 1 1 1 1 1 1 ...
#>  $ second: int  1 0 0 0 0 0 0 0 1 0 ...
head(RBTroutUNSP)
#>   first second
#> 1     1      1
#> 2     1      0
#> 3     1      0
#> 4     1      0
#> 5     1      0
#> 6     1      0