Description Slots Author(s) See Also Examples
An S4 class that contains assessment output. Created from a function of class Assess.
ModelName of the assessment model.
NameName of Data object.
convLogical. Whether the assessment model converged (defined by whether TMB returned a positive-definite covariance matrix for the model).
UMSYEstimate of exploitation at maximum sustainable yield.
FMSYEstimate of instantaneous fishing mortality rate at maximum sustainable yield.
MSYEstimate of maximum sustainable yield.
BMSYBiomass at maximum sustainable yield.
SSBMSYSpawning stock biomass at maximum sustainable yield.
VBMSYVulnerable biomass at maximum sustainable yield.
B0Biomass at unfished equilibrium.
R0Recruitment at unfished equilibrium.
N0Abundance at unfished equilibrium.
SSB0Spawning stock biomass at unfished equilibrium.
VB0Vulnerable biomass at unfished equilibrium.
hSteepness.
UTime series of exploitation.
U_UMSYTime series of relative exploitation.
FMortTime series of instantaneous fishing mortality.
F_FMSYTime series of fishing mortality relative to MSY.
BTime series of biomass.
B_BMSYTime series of biomass relative to MSY.
B_B0Time series of depletion.
SSBTime series of spawning stock biomass.
SSB_SSBMSYTime series of spawning stock biomass relative to MSY.
SSB_SSB0Time series of spawning stock depletion.
VBTime series of vulnerable biomass.
VB_VBMSYTime series of vulnerable biomass relative to MSY.
VB_VB0Time series of vulnerable biomass depletion.
RTime series of recruitment.
NTime series of population abundance.
N_at_ageTime series of numbers-at-age matrix.
SelectivitySelectivity-at-age matrix.
Obs_CatchObserved catch.
Obs_IndexObserved index.
Obs_C_at_ageObserved catch-at-age matrix.
CatchPredicted catch.
IndexPredicted index.
C_at_agePredicted catch-at-age matrix.
DevA vector of estimated deviation parameters.
Dev_typeA description of the deviation parameters, e.g. "log recruitment deviations".
NLLNegative log-likelihood. A vector for the total likelihood, integrated across random effects if applicable, components,
and penalty term (applied when U > 0.975 in any year).
SE_UMSYStandard error of UMSY estimate.
SE_FMSYStandard error of FMSY estimate.
SE_MSYStandard error of MSY estimate.
SE_U_UMSY_finalStandard error of U/UMSY in the terminal year.
SE_F_FMSY_finalStandard error of F/FMSY in the terminal year.
SE_B_BMSY_finalStandard error of B/BMSY in the terminal year.
SE_B_B0_finalStandard error of B/B0 in the terminal year.
SE_SSB_SSBMSY_finalStandard error of SSB/SSBMSY in the terminal year.
SE_SSB_SSB0_finalStandard error of SSB/SSB0 in the terminal year.
SE_VB_VBMSY_finalStandard error of VB/VBMSY in the terminal year.
SE_VB_VB0_finalStandard error of VB/VB0 in the terminal year.
SE_DevA vector of standard errors of the deviation parameters.
infoA list containing the data and starting values of estimated parameters for the assessment.
objA list with components returned from MakeADFun.
optA list with components from calling nlminb to obj.
SDA list (class sdreport) with parameter estimates and their standard errors, obtained from
sdreport.
TMB_reportA list of model output reported from the TMB executable, i.e. obj$report(), and derived quantities (e.g. MSY).
dependenciesA character string of data types required for the assessment.
Q. Huynh
plot.Assessment summary.Assessment retrospective profile make_MP
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.