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.Rd
Create 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
MSE
or a list ofMSE
objects, whereMSE
includes management procedures that useSAMtool
stock assessment functions that return estimated values inMSE@PPD
.- model
An optional name for the model. If
x
is a list of objects,model
will be taken fromnames(x)
. Ifnames(x)
isNULL
,model
will be given sequential numerical values (e.g.,Model 1
,Model 2
, ...)