summary.bmrm {bayesMRM} | R Documentation |
bmrm
functionAn S3 method that summarizes the
output of the bmrm
function in an object of class bmrm
. This object
contains
the posterior mean, the posterior standard deviation, and
(0.025, 0.05,0.25, 0.5, 0.75,0.95, 0.975) posterior quantiles
of A, P, \Sigma
. It also contains other
relevant information about the MCMC procedure such as the burn-in iterations,
the number of MCMC chains, etc.
## S3 method for class 'bmrm'
summary(object, digits = 3, ...)
object |
an object of class |
digits |
integer indicating the humber of signifiant digits |
... |
arguments to be passed to methods |
summary of bmrm class (output of bmrm function)