get_Assess_Estimates {openMSE} | R Documentation |
Create a data.frame with estimated values from a SAMtool
assessment method
used in an MSE
Description
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 |
model |
An optional name for the model.
If |
Value
A data.frame with columns:
Year_assess | The year the assessment was run in the MSE |
Year_est | The year corresponding with the estimated value |
Variable | The estimated variable |
Value | The estimated value |
MP | The name of the management procedure |
Simulation | The simulation number |
Model | The name of model |
[Package openMSE version 1.0.1 Index]