logvartimeplot
plots the idiosyncratic and factor log-variances over time.
logvartimeplot(x, fsvsimobj = NULL, show = "both", maxrows = 5)
Returns x
invisibly.
Object of class 'fsvdraws'
, usually resulting from a call
to fsvsample
.
To indicate data generating values in case of simulated
data, pass an object of type fsvsim
(usually the result of a
call to fsvsim
).
If set to "fac", only factor log-volatilities will be displayed. If set to "idi", only idiosyncratic log-volatilities will be displayed. If set to "both", factor log-volatilities will be drawn first, followed by the idiosyncratic log-volatilities.
Indicates the maximum number of rows to be drawn per page.
This function displays the posterior distribution (mean +/- 2sd
)
of log-variances of both
the factors and the idiosyncratic series.
If these haven't been stored during
sampling, logvartimeplot
produces an error.
Other plotting:
comtimeplot()
,
corimageplot()
,
corplot()
,
cortimeplot()
,
evdiag()
,
facloadcredplot()
,
facloaddensplot()
,
facloadpairplot()
,
facloadpointplot()
,
facloadtraceplot()
,
paratraceplot()
,
plot.fsvdraws()
,
plotalot()
,
voltimeplot()