Running the multi-MSE
Let’s take the fantastical bluefin-herring MOM operating model object (MOM_BH
) that we created earlier and run a multi MSE for some stock-specific MPs and plot the results:
MPs_BH <- list( c("DCAC", "DBSRA", "AvC", "MCD"), # Bluefin
c("DCAC", "DBSRA", "AvC", "MCD")) # Herring
MMSE_BH <- multiMSE(MOM_BH, MPs=MPs_BH, silent = TRUE)
## R Version: R version 4.1.2 (2021-11-01)
## snowfall 1.84-6.1 initialized (using snow 0.4-4): parallel execution on 8 CPUs.
## Library MSEtool loaded.
## Library MSEtool loaded in cluster.
## Library DLMtool loaded.
## Library DLMtool loaded in cluster.
plot(MMSE_BH)
Understanding the MMSE object
The MMSE object produced from multiMSE has a number of slots. The easiest way to understand these is to interrogate the help documentation:
class?MMSE