methods {mBvs} | R Documentation |
Methods for objects of class, mvnBvs
, mzipBvs
, and mmzipBvs
.
Description
The mvnBvs
class represents results from Bayesian variable selection using multivariate normal regression models. The mzipBvs
and mmzipBvs
classes represent results from conditional and marginalized multivariate zero-inflated regression models, respectively.
Usage
## S3 method for class 'mvnBvs'
print(x, digits=3, ...)
## S3 method for class 'mzipBvs'
print(x, digits=3, ...)
## S3 method for class 'mmzipBvs'
print(x, digits=3, ...)
## S3 method for class 'summ.mvnBvs'
print(x, digits=3, ...)
## S3 method for class 'summ.mzipBvs'
print(x, digits=3, ...)
## S3 method for class 'summ.mmzipBvs'
print(x, digits=3, ...)
## S3 method for class 'mvnBvs'
summary(object, digits=3, ...)
## S3 method for class 'mzipBvs'
summary(object, digits=3, ...)
## S3 method for class 'mmzipBvs'
summary(object, digits=3, ...)
Arguments
x |
an object of class |
digits |
a numeric value indicating the number of digits to display. |
object |
an object of class |
... |
additional arguments. |
See Also
[Package mBvs version 1.92 Index]