View source: R/poisson.spike.R
plot.poisson.spike | R Documentation |
poisson.spike
object
Plot a poisson.spike
object. The default plot is a
barplot of the marginal inclusion probabilities for each variable,
as obtained by PlotMarginalInclusionProbabilities
.
See below for other types of plots.
## S3 method for class 'poisson.spike'
plot(x,
y = c("inclusion", "coefficients", "scaled.coefficients", "size", "help"),
burn = SuggestBurnLogLikelihood(x$log.likelihood),
...)
x |
An object of class |
y |
The type of plot desired. |
burn |
The number of MCMC iterations to discard as burn-in. |
... |
Additional arguments passed to the specific functions that do the plotting. |
The default plot is a barplot showing the marginal inclusion
probabilities of the coefficients, constructed using
PlotMarginalInclusionProbabilities
.
The plot of model size is handled by PlotModelSize
.
Steven L. Scott
PlotMarginalInclusionProbabilities
PlotModelSize
## See the examples in ?poisson.spike
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.