Learn R Programming

BNSP (version 2.2.3)

summary.mvrm: Summary of an mvrm fit

Description

Provides basic information from an mvrm fit.

Usage

# S3 method for mvrm
summary(object, nModels = 5, digits = 5, printTuning = FALSE, ...)

Value

The functions provides a detailed description of the specified model and priors. In addition, the function provides information about the Markov chain ran (length, burn-in, thinning) and the folder where the files with posterior samples are stored. Lastly, the function provides the mean posterior and null deviance and the mean/variance models visited most often during posterior sampling.

Arguments

object

an object of class "mvrm", usually a result of a call to mvrm.

nModels

integer number of models with the highest posterior probability to be displayed.

digits

the number of significant digits to use when printing.

printTuning

if set to TRUE, the starting and finishig values of the tuninf parameters are displayed.

...

other arguments.

Author

Georgios Papageorgiou gpapageo@gmail.com

Details

Use this function to summarize mvrm fits.

See Also

mvrm

Examples

Run this code
#see \code{mvrm} example

Run the code above in your browser using DataLab