plot.BVCfit: plot a BVCfit object

View source: R/plot.BVCfit.R

plot.BVCfitR 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

BVCfit

Examples

data(gExp)
spbayes=BVCfit(X, Y, Z, E, clin)
plot(spbayes)


spinBayes documentation built on May 29, 2024, 8:38 a.m.