| short_summary | R Documentation | 
Presents a 'lite' version of the usual brms model print statement. This was needed to minimize redundant information in the book.
short_summary(model, omit_conv_stats = TRUE, omit_corrs = FALSE, digits = 2)
model | 
 the brms model.  | 
omit_conv_stats | 
 if TRUE, parameter convergence statistics are omitted.  | 
omit_corrs | 
 if TRUE, random effects correlations are omitted.  | 
digits | 
 the number of digits to be presented.  | 
## Not run: 
model_height_vtl = bmmb::get_model("11_model_height_vtl_f0")
# compare reduced and usual print statements
model_height_vtl
bmmb::short_summary (model_height_vtl, omit_corrs = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.