plot.BVCfit | R Documentation |
plot the identified varying effects
## S3 method for class 'BVCfit'
plot(x, prob=0.95, ...)
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 |
BVCfit
data(gExp)
spbayes=BVCfit(X, Y, Z, E, clin)
plot(spbayes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.