is.bma {BMS} | R Documentation |
Tests for a 'bma' Object
Description
tests for objects of class "bma"
Usage
is.bma(bmao)
Arguments
bmao |
a 'bma' object: see 'value' |
Value
Returns TRUE
if bmao is of class 'bma', FALSE
otherwise.
See Also
'Output' in bms
for the structure of a 'bma' object
Check http://bms.zeugner.eu for additional help.
Examples
data(datafls)
mm=bms(datafls,burn=1000, iter=4000)
is.bma(mm)
[Package BMS version 0.3.5 Index]