Description Slots Author(s) See Also
An S4 class for the output from SRA_scope.
OMAn updated operating model, class OM.
SSBA matrix of estimated spawning biomass with OM@nsim rows and OM@nyears+1 columns.
NAAAn array for the predicted numbers at age with dimension OM@nsim, OM@nyears+1, and OM@maxage.
CAAAn array for the predicted catch at age with dimension OM@nsim, OM@nyears, OM@maxage, and nfleet.
CALAn array for the predicted catch at length with dimension OM@nsim, OM@nyears, length bins, and nfleet.
convA logical vector of length OM@nsim indicating convergence of the SRA scoping model in the i-th simulation.
MiscA list of length OM@nsim with more output from the fitted SRA scoping model. Within each simulation, items of interest include:
B - total biomass - vector of length nyears+1
E0 - annual unfished spawning biomass - vector of length nyears
E0_SR - unfished spawning biomass for the stock-recruit relationship - numeric
Arec - alpha parameter of the stock-recruit relationship - numeric
Brec - beta parameter of the stock-recruit relationship - numeric
R - recruitment - vector of length nyears+1
R_early - recruitment for the cohorts in first year of the model - vector maxage-1
VB - vulnerable biomass - matrix of nyears x nfleet
N - abundance at age - matrix of nyears+1 x maxage
F - apical fishing mortality - matrix of nyears x nfleet
F_at_age - fishing mortality at age - array of nyears x maxage x nfleet
F_equilibrium - equilibrium fishing mortality prior to first year - vector of length nfleet
M - natural mortality - matrix of nyears x maxage
Z - total mortality - matrix of nyears x maxage
q - survey catchability - vector of length nsurvey
s_vul - survey selectivity at age - array of dim nyears+1, maxage, nsurvey
s_vul_len - corresponding survey selectivity at length - matrix of nbins x nsurvey
Ipred - predicted index values - matrix of nyears x nsurvey
s_CAApred - predicted survey catch at age - array of dim nyears, maxage, nsurvey
vul - fleet selectivity at age - array of dim nyears+1, maxage, nfleet (or nsel_block)
vul_len - corresponding fleet selectivity at length - matrix of nbins x nfleet (or nsel_block)
s_CALpred - predicted survey catch at length - array of dim nyears, nbins, nsurvey
MLpred - predicted mean length - matrix of nyears x nfleet
MWpred - predicted mean weight - matrix of nyears x nfleet
CAApred - predicted catch at age - array of nyears, maxage, nfleet
CALpred - predicted catch at length - array of nyears, nbins, nfleet
Cpred - predicted catch in weight - matrix of nyears x nfleet
CN - predicted catch in numbers - matrix of nyears x nfleet
nll - Total objective function of the model - numeric
mean_fitA list of output from fit to mean values of life history parameters in the operating model. The named list consists of:
obj - a list with components returned from MakeADFun.
opt - a list with components from calling nlminb to obj.
SD - a list (class sdreport) with parameter estimates and their standard errors, obtained from
sdreport.
report - a list of model output reported from the TMB executable, i.e. obj$report(). See Misc.
dataA list of the data inputs for the SRA scoping model.
configA data frame describing configuration of the SRA scoping model (not currently used).
Q. Huynh
plot.SRA SRA_scope
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.