print.bma {BMS}R Documentation

Printing bma Objects

Description

Print method for objects of class 'bma'

Usage

 ## S3 method for class 'bma'
print(x, ...)

Arguments

x

a bma object - see bms

...

additional arguments to print

Value

prints calls to coef.bma{x} and summary.bma(x)

Author(s)

Martin Feldkircher and Stefan Zeugner

See Also

coef.bma and summary.bma for the underlying functions, bms for creating bma objects, print

Check http://bms.zeugner.eu for additional help.

Examples

 data(datafls)
 mm=bms(datafls,user.int=FALSE)
 print(mm)
 
 ## similar:
 coef(mm)
 summary(mm)

[Package BMS version 0.3.1 Index]