
Create a data.frame with estimated values from a SAMtool assessment method used in an MSE
Source: R/get_data_frames.R
get_Assess_Estimates.RdCreate a data.frame with estimated values from a SAMtool assessment method
used in an MSE
Usage
get_Assess_Estimates(x, model = "Model 1")
# S3 method for class 'MSE'
get_Assess_Estimates(x, model = "Model 1")
# S3 method for class 'list'
get_Assess_Estimates(x, model = NULL)
# S3 method for class 'MMSE'
get_Assess_Estimates(x, model = NULL)Arguments
- x
An object of class
MSEor a list ofMSEobjects, whereMSEincludes management procedures that useSAMtoolstock assessment functions that return estimated values inMSE@PPD.- model
An optional name for the model. If
xis a list of objects,modelwill be taken fromnames(x). Ifnames(x)isNULL,modelwill be given sequential numerical values (e.g.,Model 1,Model 2, ...)