Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

corplot

Plots pairwise correlations over time


Description

corplot gives an overview of (certain) pairwise correlations. Throws a warning if these haven't been stored during sampling.

Usage

corplot(
  x,
  fsvsimobj = NULL,
  these = 1:(ncol(x$y) * (ncol(x$y) - 1)/2),
  start = 1,
  end = nrow(x$y),
  maxrows = 10,
  ...
)

Arguments

x

Object of class 'fsvdraws', usually resulting from a call to fsvsample.

fsvsimobj

To indicate data generating values in case of simulated data, pass an object of type fsvsim (usually the result of a call to fsvsim).

these

Indicator which correlations should be plotted. Default is all.

start

First point in time to plot.

end

Last point in time to plot.

maxrows

The maximum number of rows per page.

...

Other arguments will be passed on to ts.plot.

Value

Returns x invisibly.

See Also


factorstochvol

Bayesian Estimation of (Sparse) Latent Factor Stochastic Volatility Models

v0.10.2
GPL (>= 2)
Authors
Gregor Kastner [aut, cre] (<https://orcid.org/0000-0002-8237-8271>), Darjus Hosszejni [ctb] (<https://orcid.org/0000-0002-3803-691X>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.