A pairs
method that is customized for MCMC output.
# S3 method for brmsfit
pairs(x, pars = NA, variable = NULL, regex = FALSE, fixed = FALSE, ...)An object of class brmsfit
Deprecated alias of variable.
Names of the parameters to plot, as given by a
character vector or a regular expression.
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.
Logical; Indicates whether variable should
be treated as regular expressions. Defaults to FALSE.
(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.
Further arguments to be passed to
mcmc_pairs.
For a detailed description see
mcmc_pairs.