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, use_cache = TRUE, ...)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.
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