plot.bma | R Documentation |
Produces a combined plot: upper row shows prior and posterior model size distribution, lower row shows posterior model probabilities for the best models
## S3 method for class 'bma' plot(x, ...)
x |
an object of class 'bma' |
... |
additional arguments for |
combines the plotting functions plotModelsize
and
plotConv
The upper plot shows the prior and posterior distribution of model
sizes (plotModelsize
).
The lower plot is an indicator of
how well the bma object has converged (plotConv
).
and Paul
plotModelsize
and plotConv
Check http://bms.zeugner.eu for additional help.
data(datafls) mm=bms(datafls,user.int=FALSE) plot(mm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.