table_param_est_mcmc: Create a table of parameter estimates for iSCAM models

View source: R/table-param-est-mcmc.R

table_param_est_mcmcR Documentation

Create a table of parameter estimates for iSCAM models

Description

Create a table parameter estimates and priors for iSCAM models

Usage

table_param_est_mcmc(
  model,
  digits = 2,
  probs = c(0.025, 0.5, 0.975),
  model_col_widths = NULL,
  ret_df = FALSE,
  show_year_range = TRUE,
  bold_headers = TRUE,
  ...
)

Arguments

model

An iscam model object (class mdl_cls)

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

ret_df

If TRUE, return a data frame. If FALSE return a csasdown::csas_table()

show_year_range

Logical. If TRUE, show the "Year range" column in the output table

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.