| MSE-class | R Documentation |
'MSE'A Management Strategy Evaluation object that contains information about simulation conditions and performance of data-limited methods
NameName of the MSE object. Single value. Character string
nyearsThe number of years for the historical simulation. Single value. Positive integer
proyearsThe number of years for the projections - closed loop simulations. Single value. Positive integer
nMPsNumber of management procedures simulation tested. Single value. Positive integer.
MPsThe names of the MPs that were tested. Vector of length nMPs. Character strings.
nsimNumber of simulations. Single value. Positive integer
OMOperating model parameters (last historical year used for
time-varying parameters). Data.frame with nsim rows
ObsObservation parameters (last historical year used for time-varying
parameters). Data.frame with nsim rows
SB_SBMSYSimulated spawning biomass relative to spawning BMSY over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
F_FMSYSimulated fishing mortality rate relative to FMSY over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
NSimulated total numbers over the projection. An array with dimensions: nsim, maxage+1, nMPs, proyears, nareas. Non-negative real numbers.
BSimulated stock biomass over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
SSBSimulated spawning stock biomass over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
VBSimulated vulnerable biomass over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
FMSimulated fishing mortality rate over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
SPRNamed list with equilibrium and dynamic SPR. Each element is an array with dimensions: nsim, nMPs, proyears. Non-negative real numbers.
CatchSimulated catches (landings) over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
RemovalsSimulated removals (catch + discards) over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
EffortSimulated relative fishing effort in the projection years. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
TACSimulated Total Allowable Catch prescribed by MPs. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
TAESimulated Total Allowable Effort prescribed by MPs. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
BioEcoNamed list with bio-economic output Only used if bio-economic parameters are included in OM
RefPointNamed list of annual MSY reference points MSY, FMSY, and
SBMSY. Array with dimensions: nsim, nMPs, nyears+proyears. Will be the same as
Hist@Ref$ByYear unless selectivity is changed by MP
CB_histSimulated catches (landings) from the spool-up period. An array with dimensions: nsim, nyears. Non-negative real numbers
FM_histSimulated fishing mortality rate from the spool-up period. An array with dimensions: nsim, nyears Non-negative real numbers
SSB_histSimulated spawning stock biomass from the spool-up period. An array with dimensions: nsim, nyears. Non-negative real numbers
HistInformation from the historical spool-up period. Object of class
Hist. Only contains slots AtAge and TSdata unless extended=TRUE in runMSE
PPDPosterior predictive data. List of Data objects at the end of
the projection period (length nMPs)
MiscMiscellaneous output
T. Carruthers and A. Hordyk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.