powered by
Catches of Brown (Salmo trutta) and Rainbow Trout (Oncorhynchus mykiss) in consecutive removal events at various locations.
A data frame of 40 observations on the following 10 variables:
Species of trout (brown or rainbow).
brown
rainbow
Site in the watershed. See source.
Logical is TRUE if age-0 and FALSE if age is >0.
TRUE
FALSE
Catch on the first removal pass.
Catch on the second removal pass.
Catch on the third removal pass.
Population estimate by Carle-Strub method.
Population estimate by Schnute method.
Logical is TRUE if catchability was constant.
Logical is TRUE if Schnute method rejected the population estimate because the standard error was too large.
Population size
Abundance
Removal
data(JonesStockwell) str(JonesStockwell) head(JonesStockwell) ## extract data for one species, age, and site (e.g., 3rd row) JonesStockwell[3,]
Run the code above in your browser using DataLab