- x
An object of class brmsfit
.
- pars
Deprecated alias of variable
.
Names of the parameters to plot, as given by a
character vector or a regular expression.
- combo
A character vector with at least two elements.
Each element of combo
corresponds to a column in the resulting
graphic and should be the name of one of the available
MCMC
functions
(omitting the mcmc_
prefix).
- N
The number of parameters plotted per page.
- variable
Names of the variables (parameters) to plot, as given by a
character vector or a regular expression (if regex = TRUE
). By
default, a hopefully not too large selection of variables is plotted.
- regex
Logical; Indicates whether variable
should
be treated as regular expressions. Defaults to FALSE
.
- fixed
(Deprecated) Indicates whether parameter names
should be matched exactly (TRUE
) or treated as
regular expressions (FALSE
). Default is FALSE
and only works with argument pars
.
- theme
A theme
object
modifying the appearance of the plots.
For some basic themes see ggtheme
and theme_default
.
- plot
Logical; indicates if plots should be
plotted directly in the active graphic device.
Defaults to TRUE
.
- ask
Logical; indicates if the user is prompted
before a new page is plotted.
Only used if plot
is TRUE
.
- newpage
Logical; indicates if the first set of plots
should be plotted to a new page.
Only used if plot
is TRUE
.
- ...
Further arguments passed to
mcmc_combo
.