powered by
Display a summary of a draws object, output by MCMCsim.
draws
MCMCsim
# S3 method for draws_summary print(x, digits = 3L, max.lines = 10L, tail = FALSE, sort = NULL, ...)
an object of class draws_summary as output by summary.draws.
draws_summary
summary.draws
number of digits to use, defaults to 3.
maximum number of elements per vector parameter to display. If NULL, all elements are displayed.
NULL
if TRUE the last instead of first max.lines of each component are displayed.
TRUE
max.lines
column name on which to sort the output.
passed on to print.default.
print.default
# NOT RUN { ex <- mcmcsae_example() sampler <- create_sampler(ex$model, data=ex$dat) sim <- MCMCsim(sampler, store.all=TRUE) print(summary(sim), sort="n_eff") # } # NOT RUN { # }
Run the code above in your browser using DataLab