powered by
Trace, density and autocorrelation plots for selected components of an mcdraws object.
mcdraws
# S3 method for mcdraws plot(x, vnames, nrows, ncols, ask = FALSE, ...)
an object of class mcdraws.
optional character vector to select a subset of parameters.
number of rows in plot layout.
number of columns in plot layout.
ask before plotting the next page; default is FALSE.
FALSE
arguments passed to density.
density
# \donttest{ 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) # }
Run the code above in your browser using DataLab