brmsfit
objectCreate a summary of a fitted model represented by a brmsfit
object
# S3 method for brmsfit
summary(object, priors = FALSE, prob = 0.95, mc_se = FALSE, ...)
An object of class brmsfit
Logical; Indicating if priors should be included
in the summary. Default is FALSE
.
A value between 0 and 1 indicating the desired probability to be covered by the uncertainty intervals. The default is 0.95.
Logical; Indicating if the uncertainty caused by the
MCMC sampling should be shown in the summary. Defaults to FALSE
.
Other potential arguments
The convergence diagnostics Rhat
, Bulk_ESS
, and
Tail_ESS
are described in detail in Vehtari et al. (2019).
Aki Vehtari, Andrew Gelman, Daniel Simpson, Bob Carpenter, and Paul-Christian B<U+00FC>rkner (2019). Rank-normalization, folding, and localization: An improved R-hat for assessing convergence of MCMC. *arXiv preprint* `arXiv:1903.08008`.