plot.mcmc.tvp.var {shrinkTVPVAR} | R Documentation |
Plotting method for mcmc.tvp.var
objects
Description
Plotting method for mcmc.tvp.var
objects
Usage
## S3 method for class 'mcmc.tvp.var'
plot(x, ...)
Arguments
x |
|
... |
further arguments to be passed to For further details see |
Value
Called for its side effects and returns invisibly.
Author(s)
Peter Knaus peter.knaus@wu.ac.at
See Also
Other plotting functions:
TV_heatmap()
,
density_plotter()
,
plot.mcmc.var()
,
plot.shrinkTVPVAR()
,
plot.shrinkTVPVAR_fit()
,
plot.shrinkTVPVAR_forc()
,
state_plotter()
Examples
set.seed(123)
sim <- simTVPVAR(p = 2)
data <- sim$data
res <- shrinkTVPVAR(data, p = 2)
plot(res$beta)
[Package shrinkTVPVAR version 1.0.1 Index]