View source: R/get_data_frames.R
get_Assess_Estimates | R Documentation |
SAMtool
assessment method
used in an MSECreate a data.frame with estimated values from a SAMtool
assessment method
used in an MSE
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)
x |
An object of class |
model |
An optional name for the model.
If |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.