plot.bma {BMS} | 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
).
Martin Feldkircher and Stefan Zeugner
Check http://bms.zeugner.eu for additional help.
data(datafls) mm=bms(datafls,user.int=FALSE) plot(mm)