View source: R/plot_functions.R
| plot.mcmc.var | R Documentation |
mcmc.var objectsPlotting method for mcmc.var objects
## S3 method for class 'mcmc.var'
plot(x, ...)
x |
|
... |
further arguments to be passed to For further details see |
Called for its side effects and returns invisibly.
Peter Knaus peter.knaus@wu.ac.at
Other plotting functions:
TV_heatmap(),
density_plotter(),
plot.mcmc.tvp.var(),
plot.shrinkTVPVAR(),
plot.shrinkTVPVAR_fit(),
plot.shrinkTVPVAR_forc(),
state_plotter()
set.seed(123)
sim <- simTVPVAR(p = 2)
data <- sim$data
res <- shrinkTVPVAR(data, p = 2)
plot(res$theta_sr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.