ms_cmsy: Multispecies cMSY (beta version)

View source: R/ms_cmsy.R

ms_cmsyR Documentation

Multispecies cMSY (beta version)

Description

Estimates stock status (B/BMSY) time series for multispecies fisheries from time series of catch uing the multispecies cMSY (MS-cMSY) method of Free et al. (in prep). Note: this model is still under development.

Usage

ms_cmsy(data, key, npairs = 5000)

Arguments

data

A dataframe with the following columns: stock, year, catch

key

A dataframe with the following columns:

stock

Name of the stock

family

Taxanomic family of each stock

resilience

Resilience of each stock (i.e., very low, low, medium, high)

id_fixed

A boolean to indicate whether initial depletion should be estimated (FALSE) or fixed at zero (TRUE).

npairs

Number of r-K pairs to evaluate (default=5,000)

Details

Catch-only single-species stock assessment methods are generally poor predictors of stock status because changes in catch can reflect both changes in population size and fishing effort. However, when multiple species are harvested by a single fleet, each species may share the same underlying effort dynamics, which places an informative constraint on the interpretation of the catch time series. We developed a multispecies catch-only stock assessment model, MS-cMSY, that leverages these principles to estimate stock status. MS-cMSY is a multispecies extension of cMSY that identifies viable population trajectories as those that maximize correlation in implied fishing effort trends.

Value

A list with the following elements:

stocks

Names of the analyzed stocks/species

yrs

Years represented in the time series

r_priors

R priors for each species

k_priors

K priors for each species

s1_priors

Initial saturation priors for each species

s2_priors

Final saturation priors for each species

id_try

Initial saturation values evaluated

r_try

R values evaluated

k_try

K values evaluated

id_rk_v

Viable r-K-initial saturation combos

b_v

Viable biomass trajectories

bbmsy_v

Viable B/BMSY trajectories

bbmsy_v_median

Median of viable B/BMSY trajectories (cMSY estimate of status)

er_v

Viable exploitation rate trajectories

er_vv

Most probable exploitation rate trajectories based on effort constraint

top_corr

Most highly correlated r-k-initial saturation combos from each row of correlation matrix

bbmsy_vv

Most probable B/BMSY trajectories based on effort constraint

bbmsy_vv_median

Median of most probable B/BMSY trajectories (MS-cMSY estimate of status)

method

Name of the method

References

Free CM, Rudd MB, Kleisner KM, Thorson JT, Longo C, Minto C, Jensen OP (in prep) Multispecies catch-only models for assessing data-limited fisheries.

Examples

# Example coming soon
a <- c(1,2)

cfree14/datalimited2 documentation built on Aug. 21, 2023, 2:26 p.m.