plot.lm.spike.residuals {BoomSpikeSlab} | R Documentation |
Plot residuals vs. fitted values in an lm.spike model.
PlotLmSpikeResiduals( object, burn = SuggestBurnLogLikelihood(object$log.likelihood), ...)
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 |
This plot is normally called via the plot function for lm.spike
objects. See the help entry for lm.spike
for example
usage.
Steven L. Scott