plot.BVCfit {spinBayes} | R Documentation |
plot a BVCfit object
Description
plot the identified varying effects
Usage
## S3 method for class 'BVCfit'
plot(x, prob=0.95, ...)
Arguments
x |
BVCfit object. |
prob |
probability for credible interval, between 0 and 1. e.g. prob=0.95 leads to 95% credible interval |
... |
other plot arguments |
See Also
Examples
data(gExp)
spbayes=BVCfit(X, Y, Z, E, clin)
plot(spbayes)
[Package spinBayes version 0.2.1 Index]