Learn R Programming

DLMtool (version 5.2)

MPStats: Calculate Statistics for MP Performance

Description

Function calculates probabilities and other statistics for a range of performance metrics

Usage

MPStats(MSEobj, PMRefs = list(B_BMSY = 0.5, SSB_SSB0 = 0.2, F_FMSY = 1, AAVY =
  30, AAVE = 30), lastYrs = 10, UseMean = TRUE, msg = TRUE)

Arguments

MSEobj

An object of class MSE

PMRefs

A list of reference points for the performance metrics (must be named)

lastYrs

The last number of years in the projection to calculate the statistics

UseMean

Logical. Calculate mean (TRUE) or median (FALSE)?

msg

Logical. Print out messages?