Learn R Programming

mBvs (version 1.0)

methods: Methods for objects of class, mvnBvs.

Description

The mvnBvs class represents results from Bayesian variable selection using multivariate normal regression models.

Usage

# S3 method for mvnBvs
print(x, digits=3, ...)
# S3 method for summ.mvnBvs
print(x, digits=3, ...)
# S3 method for mvnBvs
summary(object, digits=3, ...)

Arguments

x

an object of class mvnBvs or summ.mvnBvs.

digits

a numeric value indicating the number of digits to display.

object

an object of class mvnBvs.

...

additional arguments.

See Also

mvnBvs