| summary.bmrm {bayesMRM} | R Documentation | 
Summarize the output of the bmrm function
Description
An 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.
Usage
## S3 method for class 'bmrm'
summary(object, digits = 3, ...)
Arguments
| object | an object of class  | 
| digits | integer indicating the humber of signifiant digits | 
| ... | arguments to be passed to methods | 
Value
summary of bmrm class (output of bmrm function)
[Package bayesMRM version 2.4.0 Index]