View source: R/table-ts-values.R
table_ts_values_mcmc | R Documentation |
Make a table of medians and/or credible intervals for values such as biomass, recruitment, depletion, and fishing mortality
table_ts_values_mcmc(
models,
model_desc = NULL,
value = c("sbt", "rt", "ft", "ut", "depl"),
start_yr = NULL,
digits = 2,
probs = c(0.025, 0.5, 0.975),
model_col_widths = NULL,
bold_headers = TRUE,
...
)
models |
A list of iscam model objects (class mdl_lst_cls) |
model_desc |
A description for the models to be shown in multicolumn
headings in the table (if more than one model only). If |
value |
An output value to produce the table for. Can be 'sbt' (spawning biomass), 'rt' (recruitment), 'ft' (fishing mortality), 'ut' (exploitation rate), or 'depl' (depletion) |
start_yr |
Year to start the table with. If |
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 |
bold_headers |
If |
... |
Arguments to pass to |
A csasdown::csas_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.