Default calculates median, mean, 50% and 95% credible interval
# S3 method for pibblefit
summary(
object,
pars = NULL,
use_names = TRUE,
as_factor = FALSE,
gather_prob = FALSE,
...
)
A list
an object of class pibblefit
character vector (default: c("Eta", "Lambda", "Sigma"))
should summary replace dimension indices with pibblefit
names if names Y and X were named in call to pibble
if use_names and as_factor then returns names as factors (useful for maintaining orderings when plotting)
if TRUE then prints quantiles in long format rather than wide (useful for some plotting functions)
other expressions to pass to summarise (using name 'val' unquoted is probably what you want)