Function to pull values and calculate confidence intervals from model output called from r4ss::table_exec_summary().
Source: R/get_values.R
get_values.RdFunction to pull values and calculate confidence intervals from model output
called from r4ss::table_exec_summary().
Arguments
- replist
A list object created by
SS_output().- label
The parameter name to calculate confidence intervals for. The name is based on the names in the
replistobject.- yrs
Vector of years to calculate confidence intervals for.
- ci_value
To calculate confidence intervals, the desired interval must be specified. The default is 0.95.
- single
Calculate the confidence interval for a single year or parameter. The default is FALSE.