Summary of a Bayesian Multivariate Linear Model
summary.mlvr.Rd
This function provides a summary of the fitted Bayesian multivariate linear model. It includes summaries of both the marginal and conditional posterior distributions of B, as well as summaries of the hyperparameters (covariance matrix).
Usage
# S3 method for class 'mlvr'
summary(object, ...)
Author
Joaquín Martínez-Minaya jmarmin@eio.upv.es
Examples
if (FALSE) { # \dontrun{
summary(fit) # Summarize the fitted model
} # }