View source: R/bayes_functions.R
describe_posterior_fancy | R Documentation |
This function uses bayestestR::describe_posterior to generate a summary of a Bayesian rstan model. It adds an Odds Ratio column for Logistic Regressions, and neatens some columns up for nicier presentation.
describe_posterior_fancy(model)
model |
An rstanarm model object. Since this command adds an Odds Ratio column, it is made for Binomial Logistic Regression models. |
The posterior summary.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.