Description Usage Arguments Author(s) Examples
View source: R/bayes_summary.R
Takes an fitted Bayesian model object from either JAGS or Stan and returns summary stats.
1 | bayes_summary(fit, par.name, percent = 0.95, transform = NULL)
|
fit |
Model object from JAGS or Stan |
par.name |
Parameter of intrest to return summary stats |
percent |
Percentage for calculating credible intervals. Defaults to 95% CRI. |
transform |
Transformation to be applied to the data before summarizing. This is a character vector. For example, transform = "exp", will exponentiate the parameter. |
Michael J. Dodrill, mdodrill@usgs.gov
1 | Add these in...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.