View source: R/coef.estimate.R
summary.coef | R Documentation |
coef
ObjectsSummarize regression parameters with the posterior mean, standard deviation, and credible interval.
## S3 method for class 'coef'
summary(object, cred = 0.95, ...)
object |
An object of class |
cred |
Numeric. The credible interval width for summarizing the posterior distributions (defaults to 0.95; must be between 0 and 1). |
... |
Currently ignored |
A list of length p including the summaries for each multiple regression.
See coef.estimate
and coef.explore
for examples.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.