bma-class {BMS} | R Documentation |
Class "bma"
Description
A list holding results from a BMA iteration chain
Objects from the Class
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
:
Author(s)
Martin Feldkircher and Stefan Zeugner
References
See Also
bms
for creating bma
objects,
or
topmod
for the topmod object
Examples
data(datafls)
mm=bms(datafls)
#show posterior model size
print(mm$info$msize/mm$info$cumsumweights)
#is the same number as in
summary(mm)
[Package BMS version 0.3.5 Index]