powered by
Display a summary of an mcdraws object, as output by MCMCsim.
mcdraws
MCMCsim
# S3 method for mcdraws_summary print(x, digits = 3L, max.lines = 10L, tail = FALSE, sort = NULL, ...)
an object of class mcdraws_summary as output by summary.mcdraws.
mcdraws_summary
summary.mcdraws
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
# \donttest{ ex <- mcmcsae_example() sampler <- create_sampler(ex$model, data=ex$dat) sim <- MCMCsim(sampler, store.all=TRUE) print(summary(sim), sort="n_eff") # }
Run the code above in your browser using DataLab