JonesStockwell {FSAdata} | R Documentation |
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:
brown
or rainbow
).TRUE
if age-0 and FALSE
if age is >0.TRUE
if catchability was constant.TRUE
if Schnute method rejected the population estimate because the standard error was too large.From Table 1 in Jones, M.L. and J.D. Stockwell. 1995. A rapid assessment procedure for enumeration of salmonine populations in streams. North American Journal of Fisheries Management, 15:551-562.
data(JonesStockwell) str(JonesStockwell) head(JonesStockwell) ## extract data for one species, age, and site (e.g., 3rd row) JonesStockwell[3,]