Create a summary of a fitted model represented by a brmsfit object
Source: R/summary.R
summary.brmsfit.RdCreate a summary of a fitted model represented by a brmsfit object
Usage
# S3 method for class 'brmsfit'
summary(
object,
priors = FALSE,
prob = 0.95,
robust = FALSE,
mc_se = FALSE,
...
)Arguments
- object
An object of class
brmsfit.- priors
Logical; Indicating if priors should be included in the summary. Default is
FALSE.- prob
A value between 0 and 1 indicating the desired probability to be covered by the uncertainty intervals. The default is 0.95.
- robust
If
FALSE(the default) the mean is used as the measure of central tendency and the standard deviation as the measure of variability. IfTRUE, the median and the median absolute deviation (MAD) are applied instead.- mc_se
Logical; Indicating if the uncertainty in
Estimatecaused by the MCMC sampling should be shown in the summary. Defaults toFALSE.- ...
Other potential arguments