print.mvrm: Prints an mvrm fit

View source: R/mvrm.R

print.mvrmR 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

BNSP documentation built on May 31, 2023, 7:05 p.m.