Learn R Programming

brms (version 1.3.1)

summary.brmsfit: Create a summary of a fitted model represented by a brmsfit object

Description

Summarize estimated fixed and random effects as well as other useful results included in a brmsfit object.

Usage

"summary"(object, waic = FALSE, priors = FALSE, use_cache = TRUE, ...)

Arguments

object
An object of class brmsfit
waic
Logical; Indicating if the WAIC should be computed (this will take some time for larger models). Default is FALSE.
priors
Logical; Indicating if priors should be included in the summary. Default is FALSE.
use_cache
Logical; Indicating if summary results should be cached for future use by rstan. Defaults to TRUE. For models fitted with earlier versions of brms, it may be necessary to set use_cache to FALSE in order to get the summary method working correctly.
...
Other potential arguments