Builds a compact table of estimated RTMB model parameters, excluding recruitment deviations and annual selectivity deviation vectors by default. Parameters estimated on the log scale are reported on natural scale, with bounds and prior locations transformed to the same scale.
Usage
make_parameter_table(
fit = NULL,
data = NULL,
exclude_recruitment_devs = TRUE,
include_selectivity_devs = FALSE,
include_details = FALSE,
obj = NULL
)Arguments
- fit
An
sbt_fit()object, or a legacy RTMB model object after optimisation.- data
Legacy model data list containing
priors. Do not supply this whenfitis ansbt_fit.- exclude_recruitment_devs
Logical; exclude recruitment deviations.
- include_selectivity_devs
Logical; include annual selectivity deviation vectors such as
par_log_sel_1.- include_details
Logical; include element, scale, and model-scale columns.
- obj
Deprecated named alias for a legacy RTMB model object. New code should pass an
sbt_fitasfit.
