Plot a logit.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.
Usage
## S3 method for class 'logit.spike':
plot(x,
y = c("coefficients", "fit", "residuals", "size", "help"),
...)
Arguments
x
An object of class logit.spike.
y
The type of plot desired.
...
Additional arguments passed to the specific functions
that do the plotting.
Details
The default plot is a barplot showing the marginal inclusion
probabilities of the coefficients, constructed using
PlotMarginalInclusionProbabilities.