coef.mcmc_data | R Documentation |
Gets the coefficient table as a tibble.
## S3 method for class 'mcmc_data'
coef(object, conf_level = 0.95, estimate = stats::median, ...)
object |
The mcmc_data object to get the coefficent table for. |
conf_level |
A probability specifying the confidence level. |
estimate |
A function to calculate the point estimate. |
... |
Unused |
coef(mcmc_data_example)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.