is.bma {BMS} | R Documentation |
tests for objects of class "bma"
is.bma(bmao)
bmao |
a 'bma' object: see 'value' |
Returns TRUE
if bmao is of class 'bma', FALSE
otherwise.
'Output' in bms
for the structure of a 'bma' object
Check http://bms.zeugner.eu for additional help.
data(datafls) mm=bms(datafls,burn=1000, iter=4000) is.bma(mm)