| summary.brmsfit {brms} | R Documentation |
brmsfit objectCreate a summary of a fitted model represented by a brmsfit object
## S3 method for class 'brmsfit' summary(object, priors = FALSE, prob = 0.95, mc_se = FALSE, use_cache = TRUE, ...)
object |
An object of class |
priors |
Logical; Indicating if priors should be included
in the summary. Default is |
prob |
A value between 0 and 1 indicating the desired probability to be covered by the uncertainty intervals. The default is 0.95. |
mc_se |
Logical; Indicating if the uncertainty caused by the
MCMC sampling should be shown in the summary. Defaults to |
use_cache |
Logical; Indicating if summary results should
be cached for future use by rstan. Defaults to |
... |
Other potential arguments |
Paul-Christian Buerkner paul.buerkner@gmail.com