| tab_smoothbp | R Documentation |
Collects posterior summaries from one or more smoothbp_fit objects and
displays them in a single table with parameters on rows and models in
columns. All parameters present in any model are shown; models that do not
include a given parameter display a dash.
tab_smoothbp(
...,
labels = NULL,
digits = 2,
fmt = c("mean [CI]", "mean (SD)"),
show_rhat = FALSE
)
... |
One or more |
labels |
Character vector of column headers, one per model. If |
digits |
Integer; number of decimal places (default |
fmt |
Cell format: |
show_rhat |
Logical; append |
A gt_tbl object (or a knitr_kable if gt is not installed).
## Not run:
tab_smoothbp(m.ep.pw1, m.wo.pw1, m.la.pw1,
labels = c("Episodic", "Working", "Language"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.