table_ref_points_mcmc: Make a table of reference points for MCMC iSCAM models

View source: R/table-ref-points-mcmc.R

table_ref_points_mcmcR Documentation

Make a table of reference points for MCMC iSCAM models

Description

Make a table of reference points for MCMC iSCAM models

Usage

table_ref_points_mcmc(
  models,
  type = c("median", "ci"),
  bo_refpts = c(0.2, 0.4),
  bmsy_refpts = c(0.4, 0.8),
  digits = 2,
  probs = c(0.025, 0.5, 0.975),
  model_col_widths = NULL,
  ord = NULL,
  bold_headers = TRUE,
  ...
)

Arguments

models

A list of iscam model objects (class mdl_lst_cls)

type

On eof "median" or "ci" for credible interval

bo_refpts

Vector of two proportional values for the limit reference point and Upper stock reference. Values are 0.2B0 and 0.4B0 by default

bmsy_refpts

Vector of two proportional values for the limit reference point and Upper stock reference. Values are 0.4BMSY and 0.8BMSY by default

digits

Number of decimal places for the values in the table

probs

A 3-element vector of probabilities that appear in the output data frames. This is provided in case the data frames have more than three different quantile levels

model_col_widths

Widths for columns, except the Parameter column

ord

A vector of numbers signifying the order in which the rows should appear in the table based on what they were by default. If NULL the default order will be shown, then based on what you see, you decide what row order to supply to this argument. If too short or too long a vector is supplied, an error will be thrown

bold_headers

If TRUE, make all column headers bold

...

Arguments to pass to csasdown::csas_table()

Value

A csasdown::csas_table()


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