x.oreo {scape} | R Documentation |
Stock assessment data and model fit for smooth oreo (Pseudocyttus maculatus) in New Zealand waters, using a Coleraine statistical catch-at-age model.
This is a two-sex model with 80 age classes and 44 length classes, the catch data starting in 1979 and ending in 2001. The model was fitted to seven data components: pre-GPS commercial abundance index, post-GPS commercial abundance index, survey abundance index, commercial catch at length, survey catch at length, female length at age, and male length at age.
x.oreo
List of class scape
containing:
N | predicted numbers at age |
B | predicted biomass, recruitment, and observed landings (year things) |
Sel | predicted selectivity and observed maturity (age things) |
CPUE | commercial abundance index and fit |
Survey | survey abundance index and fit |
CLc | commercial C@L (catch at length) and fit |
CLs | survey C@L and fit |
LA | observed L@A (length at age) |
Since relatively few smooth oreo individuals have been aged, this assessment admits uncertainty about the von Bertalanffy growth curve, which is estimated for each sex. The acoustic survey abundance estimate is considered absolute, so q[survey] is fixed at 1.
Estimated parameters: R0, Sfull[commercial], Sfull[survey], q[pre-GPS], q[post-GPS], L80female, L80male, Kfemale, Kmale, CVfemale, and CVmale.
The list was imported from the files ‘scape/example/oreo.res’,
‘oreo.txt’, and ‘l_at_age.dat’ using importCol
.
The functions ll
(package gdata) and head
are
recommended for browsing model results, e.g. ll(x.oreo);
ll(x.oreo$N); head(x.oreo$N)
.
Annala, J.H., K.J. Sullivan, C.J. O'Brien, N.W.M. Smith, and S.M. Grayling (eds.) 2003. Report from the Fishery Assessment Plenary: Stock assessments and yield estimates. Wellington: Ministry of Fisheries. Available from NIWA library, Wellington.
Hilborn, R., M. Maunder, A. Parma, B. Ernst, J. Payne, and P. Starr. 2003. Coleraine: A generalized age-structured stock assessment model. User's manual version 2.0. University of Washington Report SAFS-UW-0116. Available at http://fish.washington.edu/research/coleraine/coleraine.pdf.
Magnusson, A. 2003. Stock assessment of Chatham Rise smooth oreo (SSO4). Deepwater Working Group Doc. 16. Report for the New Zealand Ministry of Fisheries. Available from the author.
importCol
, x.cod
, x.ling
,
x.sbw
.
scape-package
gives an overview of the package.
plotB(x.oreo) plotCL(x.oreo, "c") plotCL(x.oreo, "s") plotIndex(x.oreo, "c") plotIndex(x.oreo, "s") plotLA(x.oreo) plotN(x.oreo) plotSel(x.oreo)