autoplot.summary.normaliw | R Documentation |
This function draws density plot for coefficient matrices of Minnesota prior VAR model.
## S3 method for class 'summary.normaliw'
autoplot(
object,
type = c("trace", "dens", "area"),
pars = character(),
regex_pars = character(),
...
)
object |
A |
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 |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.