print.dc_summary {mcmcsae} | R Documentation |
Display a summary of a dc
object
Description
Display a summary of a dc
object
Usage
## S3 method for class 'dc_summary'
print(
x,
digits = 3L,
max.lines = 1000L,
tail = FALSE,
sort = NULL,
max.label.length = NULL,
...
)
Arguments
x |
an object of class |
digits |
number of digits to use, defaults to 3. |
max.lines |
maximum number of lines to display.
If |
tail |
if |
sort |
column name on which to sort the output. |
max.label.length |
if specified, printed row labels will be abbreviated to at most this length. |
... |
passed on to |
Examples
ex <- mcmcsae_example()
sampler <- create_sampler(ex$model, data=ex$dat)
sim <- MCMCsim(sampler, store.all=TRUE)
print(summary(sim$u), sort="n_eff")
[Package mcmcsae version 0.7.7 Index]