Learn R Programming

BMS (version 0.3.4)

print.bma: Printing bma Objects

Description

Print method for objects of class 'bma'

Usage

"print"(x, ...)

Arguments

x
a bma object - see bms
...
additional arguments to print

Value

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

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

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

Run the code above in your browser using DataLab