bma-class | R Documentation |
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
:
Martin Feldkircher and Stefan Zeugner
bms
for creating bma
objects,
or
topmod
for the topmod object
data(datafls) mm=bms(datafls) #show posterior model size print(mm$info$msize/mm$info$cumsumweights) #is the same number as in summary(mm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.