Learn R Programming

BMS (version 0.3.5)

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

# S3 method for bma
plot(x, ...)

Value

combines the plotting functions plotModelsize and plotConv

Arguments

x

an object of class 'bma'

...

additional arguments for matplot

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