Usage
# S3 method for stanfit
print(x, pars = x@sim$pars_oi,
probs = c(0.025, 0.25, 0.5, 0.75, 0.975),
digits_summary = 2, include = TRUE, ...)
Arguments
x
An object of S4 class stanfit
.
pars
A character vector of parameter names. The default is all parameters
for which samples are saved. If include = FALSE
, then the specified parameters
are excluded from the printed summary.
probs
A numeric vector of quantiles of interest. The default is
c(0.025,0.25,0.5,0.75,0.975)
.
digits_summary
The number of significant digits to use when printing
the summary, defaulting to 2. Applies to the quantities other than
the effective sample size, which is always rounded to the nearest integer.
include
Logical scalar (defaulting to TRUE
) indicating whether to
include or exclude the parameters named by the pars
argument.
…
Additional arguments passed to the summary
method
for stanfit
objects.