agesurv(age = NULL, full = NULL, last = NULL,
estimate = c("s", "z"), method = c("cc", "he", "cr", "crcb"))
full
and last
arguments.
Most calculations follow descriptions in Seber(1982), pages 414-418. If only two ages are present, a warning message
is generated and the catch curve method is not calculated. Plus groups are not allowed.data(rockbass)
agesurv(age=rockbass$age,full=6)
Run the code above in your browser using DataLab