Learn R Programming

BNSP (version 2.2.3)

print.mvrm: Prints an mvrm fit

Description

Provides basic information from an mvrm fit.

Usage

# S3 method for mvrm
print(x, digits = 5, ...)

Value

The function provides a matched call, the number of posterior samples obtained and marginal inclusion probabilities of the terms in the mean and variance models.

Arguments

x

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

digits

the number of significant digits to use when printing.

...

other arguments.

Author

Georgios Papageorgiou gpapageo@gmail.com

Details

The function prints information about mvrm fits.

See Also

mvrm

Examples

Run this code
#see \code{mvrm} example

Run the code above in your browser using DataLab