Learn R Programming

MSEtool (version 1.5.0)

Data-rich-MP: Data-rich management procedures

Description

A suite of data-rich management procedures (MPs) included in the package. Additional MPs, with specific model configurations (e.g., stock-recruit function or fixing certain parameters) or alternative ramped harvest control rules can be created with make_MP and the available Assess and HCR objects.

Usage

SCA_MSY(x, Data, reps = 1)

SCA_75MSY(x, Data, reps = 1)

SCA_4010(x, Data, reps = 1)

DDSS_MSY(x, Data, reps = 1)

DDSS_75MSY(x, Data, reps = 1)

DDSS_4010(x, Data, reps = 1)

SP_MSY(x, Data, reps = 1)

SP_75MSY(x, Data, reps = 1)

SP_4010(x, Data, reps = 1)

Arguments

x

A position in the Data object.

Data

An object of class Data

reps

Numeric, the number of stochastic replicates for the management advice.

Value

An object of class Rec which contains the management recommendation.

Functions

  • SCA_MSY: A statistical catch-at-age model with a TAC recommendation based on fishing at UMSY, and default arguments for configuring SCA.

  • SCA_75MSY: An SCA with a TAC recommendation based on fishing at 75% of UMSY.

  • SCA_4010: An SCA with a 40-10 control rule.

  • DDSS_MSY: A state-space delay difference model with a TAC recommendation based on fishing at UMSY, and default arguments for configuring DD_SS.

  • DDSS_75MSY: A state-space delay difference model with a TAC recommendation based on fishing at 75% of UMSY.

  • DDSS_4010: A state-space delay difference model with a 40-10 control rule.

  • SP_MSY: A surplus production model with a TAC recommendation based on fishing at UMSY, and default arguments for configuring SP.

  • SP_75MSY: A surplus production model with a TAC recommendation based on fishing at 75% of UMSY.

  • SP_4010: A surplus production model with a 40-10 control rule.

Examples

Run this code
# NOT RUN {
avail("MP", all_avail = FALSE)

# }
# NOT RUN {
myMSE <- DLMtool::runMSE(DLMtool::testOM, MPs = c("FMSYref", "SCA_MSY", "SCA_4010"))
# }

Run the code above in your browser using DataLab