powered by
dc
Display a summary of a dc object
# S3 method for dc_summary print( x, digits = 3L, max.lines = 1000L, tail = FALSE, sort = NULL, max.label.length = NULL, ... )
an object of class dc_summary.
dc_summary
number of digits to use, defaults to 3.
maximum number of lines to display. If NULL, all elements are displayed.
NULL
if TRUE the last instead of first at most max.lines are displayed.
TRUE
max.lines
column name on which to sort the output.
if specified, printed row labels will be abbreviated to at most this length.
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$u), sort="n_eff") # }
Run the code above in your browser using DataLab