methods | R Documentation |
mvnBvs
, mzipBvs
, and mmzipBvs
.
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.
## 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, ...)
x |
an object of class |
digits |
a numeric value indicating the number of digits to display. |
object |
an object of class |
... |
additional arguments. |
mvnBvs
, mzipBvs
, mmzipBvs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.