| Assessment-class | R Documentation |
AssessmentAn 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_UMSYStandard error of U/UMSY.
SE_F_FMSYStandard error of F/FMSY.
SE_B_BMSYStandard error of B/BMSY.
SE_B_B0Standard error of B/B0.
SE_SSB_SSBMSYStandard error of SSB/SSBMSY.
SE_SSB_SSB0Standard error of SSB/SSB0.
SE_VB_VBMSYStandard error of VB/VBMSY.
SE_VB_VB0Standard error of VB/VB0.
SE_DevA vector of standard errors of the deviation parameters.
infoA list containing the data and starting values of estimated parameters for the assessment.
forecastA list containing components for forecasting:
per_recruit A data frame of SPR (spawning potential ratio) and YPR (yield-per-recruit), calculated for
a range of exploitation rate of 0 - 0.99 or instantaneous F from 0 - 2.5 FMSY.
catch_eq A function that calculates the catch for the next year (after the model terminal year) when an
apical F is provided.
objA list with components returned from TMB::MakeADFun().
optA list with components from calling stats::nlminb() to obj.
SDA list (class sdreport) with parameter estimates and their standard errors, obtained from
TMB::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
output <- DD_TMB(Data = MSEtool::SimulatedData)
class(output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.