- x
A fitted model, or a data frame returned by clean_parameters().
- ...
One or more objects (data frames), which contain information about
the model parameters and related statistics (like confidence intervals, HDI,
ROPE, ...).
- split_by
split_by should be a character vector with one or
more of the following elements: "Effects", "Component",
"Response" and "Group". These are the column names returned
by clean_parameters(), which is used to extract the information
from which the group or component model parameters belong. If NULL, the
merged data frame is returned. Else, the data frame is split into a list,
split by the values from those columns defined in split_by.
- format
Name of output-format, as string. If NULL (or "text"),
assumed use for output is basic printing. If "markdown", markdown-format
is assumed. This only affects the style of title- and table-caption
attributes, which are used in export_table().
- parameter_column
String, name of the column that contains the
parameter names. Usually, for data frames returned by functions the
easystats-packages, this will be "Parameter".
- keep_parameter_column
Logical, if TRUE, the data frames in the
returned list have both a "Cleaned_Parameter" and "Parameter"
column. If FALSE, the (unformatted) "Parameter" is removed,
and the column with cleaned parameter names ("Cleaned_Parameter") is
renamed into "Parameter".
- remove_empty_column
Logical, if TRUE, columns with completely
empty character values will be removed.
- titles, subtitles
By default, the names of the model components (like
fixed or random effects, count or zero-inflated model part) are added as
attributes "table_title" and "table_subtitle" to each list
element returned by print_parameters(). These attributes are then
extracted and used as table (sub) titles in export_table().
Use titles and subtitles to override the default attribute
values for "table_title" and "table_subtitle". titles
and subtitles may be any length from 1 to same length as returned
list elements. If titles and subtitles are shorter than
existing elements, only the first default attributes are overwritten.