print.draws_list {posterior} | R Documentation |
draws_list
objectsPretty printing for draws_list
objects.
## S3 method for class 'draws_list' print( x, digits = 2, max_iterations = getOption("posterior.max_iterations", 10), max_chains = getOption("posterior.max_chains", 2), max_variables = getOption("posterior.max_variables", 4), reserved = FALSE, ... )
x |
(draws) A |
digits |
(nonnegative integer) The minimum number of significant digits
to print. If |
max_iterations |
(positive integer) The maximum number of iterations to
print. Can be controlled globally via the |
max_chains |
(positive integer) The maximum number of chains to print.
Can be controlled globally via the |
max_variables |
(positive integer) The maximum number of variables to
print. Can be controlled globally via the |
reserved |
(logical) Should reserved variables be included in the
output? Defaults to |
... |
Further arguments passed to the underlying |
A draws
object of the same class as x
.
x <- as_draws_list(example_draws()) print(x)