prior_summary | R Documentation |
Summarize priors in brms models Information about priors from an existing brms model. This just calls brms::prior_summary but changes the output of the formatting slightly to allow for columns to be imitted from the output. Please see the help file for brms::prior_summary for more information.
prior_summary(model)
model |
The brms model. |
## Not run:
model_height_vtl = bmmb::get_model("11_model_height_vtl_f0")
bmmb::prior_summary (model_height_vtl)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.