plot,dmbc_fit_list,ANY-method {dmbc} | R Documentation |
Provide a graphical summary of a dmbc_fit_list
class instance.
Description
Provide a graphical summary of a dmbc_fit_list
class instance.
Usage
## S4 method for signature 'dmbc_fit_list,ANY'
plot(
x,
what = "trace",
pars = character(),
regex_pars = "lambda",
include.burnin = FALSE,
combo = NULL,
...
)
Arguments
x |
An object of class |
what |
A length-one character vector providing the plot type to produce.
Admissible values are those provided by the bayesplot package,
that is: |
pars |
An optional character vector of parameter names. If neither
|
regex_pars |
An optional |
include.burnin |
A length-one logical vector. If |
combo |
A character vector providing the plot types to combine (see
|
... |
Further arguments to pass on. |
Author(s)
Sergio Venturini sergio.venturini@unicatt.it