| summary.bayesboot | R Documentation |
bayesbootSummarizes the result of a call to bayesboot by calculating means, SDs,
highest density intervals and quantiles of the posterior marginals.
## S3 method for class 'bayesboot'
summary(object, cred.mass = 0.95, ...)
object |
The bayesboot object to summarize. |
cred.mass |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.