print.mcdraws_summary {mcmcsae} | R Documentation |
Print a summary of MCMC simulation results
Description
Display a summary of an mcdraws
object, as output by MCMCsim
.
Usage
## S3 method for class 'mcdraws_summary'
print(x, digits = 3L, max.lines = 10L, tail = FALSE, sort = NULL, ...)
Arguments
x |
an object of class |
digits |
number of digits to use, defaults to 3. |
max.lines |
maximum number of elements per vector parameter to display.
If |
tail |
if |
sort |
column name on which to sort the output. |
... |
passed on to |
Examples
ex <- mcmcsae_example()
sampler <- create_sampler(ex$model, data=ex$dat)
sim <- MCMCsim(sampler, store.all=TRUE)
print(summary(sim), sort="n_eff")
[Package mcmcsae version 0.7.7 Index]