plot.mcdraws: Trace, density and autocorrelation plots

View source: R/plots.R

plot.mcdrawsR Documentation

Trace, density and autocorrelation plots

Description

Trace, density and autocorrelation plots for selected components of an mcdraws object.

Usage

## S3 method for class 'mcdraws'
plot(x, vnames, nrows, ncols, ask = FALSE, ...)

Arguments

x

an object of class mcdraws.

vnames

optional character vector to select a subset of parameters.

nrows

number of rows in plot layout.

ncols

number of columns in plot layout.

ask

ask before plotting the next page; default is FALSE.

...

arguments passed to density.

Examples


ex <- mcmcsae_example(n=50)
sampler <- create_sampler(ex$model, data=ex$dat)
sim <- MCMCsim(sampler, store.all=TRUE)
plot(sim, c("beta", "u", "u_sigma", "v_sigma"), ask=TRUE)



mcmcsae documentation built on Oct. 11, 2023, 1:06 a.m.