Learn R Programming

DLMtool (version 3.2.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, B_B0 = 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?