short_summary: Short summary printout

short_summaryR Documentation

Short summary printout

Description

Presents a 'lite' version of the usual brms model print statement. This was needed to minimize redundant information in the book.

Usage

short_summary(model, omit_conv_stats = TRUE, omit_corrs = FALSE, digits = 2)

Arguments

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.

Examples

## 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)

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