bayesboot
Summarizes the result of a call to bayesboot
by calculating means, SDs,
highest density intervals and quantiles of the posterior marginals.
# S3 method for bayesboot
summary(object, cred.mass = 0.95, ...)
The bayesboot object to summarize.
The probability mass to include in the highest density intervals.
Not used.
A data frame with three columns: (1) statistic the name of the statistic, (2) measure the name of the summarizing measure, and (3) value the value of the summarizing measure.
hdi
in the HDInterval package for directly calculating
highest density intervals from bayesboot
objects.