Learn R Programming

brms (version 1.1.0)

print.brmsfit: Print a summary for a fitted model represented by a brmsfit object

Description

Print basic information regarding the fitted model and a summary for the fixed and random effects estimated by the samples included in a brmsfit object.

Usage

"print"(x, digits = 2, ...)

Arguments

x
An object of class brmsfit
digits
The number of significant digits for printing out the summary; defaults to 2. The effective sample size is always rounded to integers.
...
Additional arguments that would be passed to method summary of brmsfit.