print.draws_rvars {posterior} | R Documentation |
Print draws_rvars
objects
Description
Pretty printing for draws_rvars
objects.
Usage
## S3 method for class 'draws_rvars'
print(
x,
digits = 2,
max_variables = getOption("posterior.max_variables", 8),
summary = getOption("posterior.rvar_summary", "mean_sd"),
reserved = FALSE,
...
)
Arguments
x |
(draws) A |
digits |
(nonnegative integer) The minimum number of significant digits
to print. If |
max_variables |
(positive integer) The maximum number of variables to
print. Can be controlled globally via the |
summary |
(string) The style of summary to display:
|
reserved |
(logical) Should reserved variables be included in the
output? Defaults to |
... |
Further arguments passed to the underlying |
Value
A draws
object of the same class as x
.
Examples
x <- as_draws_rvars(example_draws())
print(x)