Usage
runMSE(OM, MPs = NA, nsim = 48, proyears = 28, interval = 4, pstar = 0.5, maxF = 0.8, timelimit = 1, reps=1, custompars = 0, CheckMPs=TRUE)
Arguments
OM
An operating model object (class OM)
MPs
A vector of methods (character string) of class DLM_output or DLM_input.
nsim
Number of simulations
proyears
Number of projected years
interval
The assessment interval - how often would you like to update the management system?
pstar
The percentile of the sample of the management recommendation for each method
maxF
Maximum instantaneous fishing mortality rate that may be simulated for any given age class
timelimit
Maximum time taken for a method to carry out 10 reps (methods are ignored that take longer)
reps
Number of samples of the management recommendation for each method. Note that when this is set to 1, the mean value of the data inputs is used.
custompars
A data.table with nsim rows and nparameter columns. The column names must respond to variables of the operating model or observation model see the OM and Obs slots of the MSE class for correct names and interpretation. This allows users to prescribe correlated parameters or estimates from stock assessments.
CheckMPs
Logical to indicate if Can function should be used to check if MPs can be run.