Learn R Programming

BMS (version 0.3.4)

plot.bma: Plot Posterior Model Size and Model Probabilities

Description

Produces a combined plot: upper row shows prior and posterior model size distribution, lower row shows posterior model probabilities for the best models

Usage

"plot"(x, ...)

Arguments

x
an object of class 'bma'
...
additional arguments for matplot

Value

combines the plotting functions plotModelsize and plotConv

See Also

plotModelsize and plotConv

Check http://bms.zeugner.eu for additional help.

Examples

Run this code
data(datafls)
mm=bms(datafls,user.int=FALSE)

plot(mm)

Run the code above in your browser using DataLab