powered by
Trace, density and autocorrelation plots for (parameters of a) draws component (dc) object
# S3 method for dc plot(x, nrows, ncols, ask = FALSE, ...)
a draws component object.
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$u) # }
Run the code above in your browser using DataLab