print.mvrm {BNSP}R Documentation

Prints an mvrm fit

Description

Provides basic information from an mvrm fit.

Usage

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

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.

Details

The function prints information about mvrm fits.

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.

Author(s)

Georgios Papageorgiou gpapageo@gmail.com

See Also

mvrm

Examples

#see \code{mvrm} example

[Package BNSP version 2.2.3 Index]