prior_summary: Summarize priors in brms models Information about priors from...

prior_summaryR 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.

Description

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.

Usage

prior_summary(model)

Arguments

model

The brms model.

Examples

## Not run: 
model_height_vtl = bmmb::get_model("11_model_height_vtl_f0")
bmmb::prior_summary (model_height_vtl)

## End(Not run)



santiagobarreda/bmmb documentation built on June 11, 2024, 5:33 p.m.