autoplot.summary.normaliw {bvhar} | R Documentation |
Density Plot for Minnesota Prior VAR Model
Description
This function draws density plot for coefficient matrices of Minnesota prior VAR model.
Usage
## S3 method for class 'summary.normaliw'
autoplot(
object,
type = c("trace", "dens", "area"),
pars = character(),
regex_pars = character(),
...
)
Arguments
object |
|
type |
The type of the plot. Trace plot ( |
pars |
Parameter names to draw. |
regex_pars |
Regular expression parameter names to draw. |
... |
Other options for each |
Value
A ggplot object
[Package bvhar version 2.0.1 Index]