plot.lm.spike.fit {BoomSpikeSlab} | R Documentation |
Predicted vs actual plot for lm.spike.
Description
Plot actual values vs. predictions in an lm.spike model.
Usage
PlotLmSpikeFit(
object,
burn = SuggestBurnLogLikelihood(object$log.likelihood),
...)
Arguments
object |
A model object inheriting from |
burn |
The number of MCMC iterations to be discarded as burn-in before computing posterior means. |
... |
Additional arguments passed to |
Details
This plot is normally called via the plot function for lm.spike
objects. See the help entry for lm.spike
for example
usage.
Author(s)
Steven L. Scott
See Also
[Package BoomSpikeSlab version 1.2.6 Index]