powered by
A list holding results from a BMA iteration chain
Objects can be created via calls to bms, but indirectly also via c.bma A bma object is a list whose elements hold information on input and output for a Bayesian Model Averaging iteration chain, such as from a call to bms:
bms
c.bma
bma
Martin Feldkircher and Stefan Zeugner
http://bms.zeugner.eu
bms for creating bma objects, or topmod for the topmod object
topmod
data(datafls) mm=bms(datafls) #show posterior model size print(mm$info$msize/mm$info$cumsumweights) #is the same number as in summary(mm)
Run the code above in your browser using DataLab