Description Slots Objects from the Class Author(s)
A Multi Management Strategy Evaluation object that contains information about simulation conditions and performance of MPs for a multi-stock, multi-fleet operating model.
NameName of the MMSE 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.
MPcondThe MP condition. Character ('bystock': an MP per stock, 'byfleet' and MP per stock and fleet, 'MMP' an MP for all stocks and fleets)
MPrefsThe names of the MPs applied for each stock (row) and fleet (column). An array.
nsimNumber of simulations. Single value. Positive integer
nstocksNumber of stocks. Single value. Positive integer
nfleetsNumber of fleets. Single value. Positive integer
SnamesNames of the stocks
FnamesNames of the fleets (matrix nstocks x nfleets)
StocksThe stock operating model objects. List of Stocks
FleetsThe fleet operating model objects. Hierarchical list, fleets nested in stocks.
ObssThe fleet specific observation error operating model objects. Hierarchical list, fleets nested in stocks.
ImpsThe fleet soecific implementation error operating model objects. Hierarchical list, fleets nested in stocks.
OMA table of sampled parameters of the operating model. Data frame of nsim rows.
ObsA table of sampled parameters of the observation model. Data frame of nsim rows.
B_BMSYSimulated biomass relative to 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
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
CSimulated catches (taken) over the projection. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
TACSimulated Total Allowable Catch (prescribed) over the projection (this is NA for input controls). An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
SSB_histSimulated historical spawning stock biomass. An array with dimensions: nsim, nages, nyears, nareas. Non-negative real numbers
CB_histSimulated historical catches in weight. An array with dimensions: nsim, nages, nyears, nareas. Non-negative real numbers
FM_histSimulated historical fishing mortality rate. An array with dimensions: nsim, nages, nyears, nareas. Non-negative real numbers
EffortSimulated relative fishing effort in the projection years. An array with dimensions: nsim, nMPs, proyears. Non-negative real numbers
PAAPopulation at age in last projection year. An array with dimensions: nsim, nMPs, nages. Non-negative real numbers
CAACatch at age in last projection year. An array with dimensions: nsim, nMPs, nages. Non-negative real numbers
CALCatch at length in last projection year. An array with dimensions: nsim, nMPs, nCALbins. Non-negative real numbers
CALbinsMid-points of the catch-at-length bins. Vector of length nCALbins. Positive real numbers.
MSY_PArray of projected MSY by year with dimensions: nsim, nstock, nMP, proyears.
FMSY_PArray of projected FMSY by year with dimensions: nsim, nstock, nMP, proyears.
SSBMSY_PArray of projected Spawning Stock Biomass at MSY by year with dimensions: nsim, nstock, nMP, proyears.
MiscMiscellanenous output such as posterior predictive data
Objects can be created by calls of the form
new('MMSE', Name, nyears, proyears, nMPs, MPs, nsim, OMtable, Obs,
B_BMSYa, F_FMSYa, Ba, FMa, Ca, OFLa, Effort, PAA, CAA, CAL, CALbins)
T. Carruthers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.