
Last chance! 50% off unlimited learning
Sale ends in
Trace, density and autocorrelation plots for (parameters of a) draws component 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
.
arguments passed to density
.
# NOT RUN {
ex <- mcmcsae_example(n=50)
sampler <- create_sampler(ex$model, data=ex$dat)
sim <- MCMCsim(sampler, store.all=TRUE)
plot(sim$u)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab