View source: R/table-ref-points-mcmc.R
table_ref_points_mcmc | R Documentation |
Make a table of reference points for MCMC iSCAM models
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,
...
)
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 |
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.