Learn R Programming

BNSP (version 2.1.0)

print.mvrm: Prints an mvrm fit

Description

Provides basic information from an mvrm fit.

Usage

# S3 method for 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.

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.

Details

The function prints information about mvrm fits.

See Also

mvrm

Examples

Run this code
# NOT RUN {
#see \code{mvrm} example
# }

Run the code above in your browser using DataLab