Learn R Programming

BMS (version 0.3.4)

is.bma: 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

Run this code
 data(datafls)
 mm=bms(datafls,burn=1000, iter=4000)
 is.bma(mm)

Run the code above in your browser using DataLab