get_group_parvals: Get a set of parameter values from the models within the...

View source: R/utilities.R

get_group_parvalsR Documentation

Get a set of parameter values from the models within the model group lists

Description

Get a set of parameter values from the models within the model group lists

Usage

get_group_parvals(
  model_grp_lst,
  remove_first = FALSE,
  frac_digits = 2,
  large_digits = 0
)

Arguments

model_grp_lst

Example: models$bridge_grps or models$sens_grps

remove_first

If TRUE, remove the first model within each group (sens groups have base model as the first one)

frac_digits

The number of digits to report for values less than one such as depletion

large_digits

The number of digits to report for large numbers like spawning biomass or B0

Value

A group list of parameter values


pbs-assess/gfiscamutils documentation built on Oct. 24, 2024, 1:37 p.m.