View source: R/table-param-est-mcmc.R
table_param_est_mcmc | R Documentation |
Create a table parameter estimates and priors for iSCAM models
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,
...
)
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 |
show_year_range |
Logical. 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.