Learn R Programming

BMS (version 0.3.5)

is.bma: Tests for a 'bma' Object

Description

tests for objects of class "bma"

Usage

is.bma(bmao)

Value

Returns TRUE if bmao is of class 'bma', FALSE

otherwise.

Arguments

bmao

a 'bma' object: see 'value'

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