View source: R/table-parameters-long-summary.R
table_parameters_long_summary | R Documentation |
Title
table_parameters_long_summary(
model,
posterior_regex = key_posteriors,
digits = 4,
font_size = 12
)
model |
A model, created by |
posterior_regex |
A list of regular expressions to match key posteriors. See the package data item key_posteriors |
digits |
The number of decimal places to report in the table |
font_size |
The size of the font for all text in the table |
A kableExtra::kbl()
table object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.