print.Bolstad {Bolstad}R Documentation

Print method for objects of class Bolstad

Description

This function provides a print summary method for the output of bayes.lm.

Usage

## S3 method for class 'Bolstad'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class Bolstad

digits

number of digits to print

...

any other arguments that are to be passed to print.default

Details

if x has both class Bolstad and lm then a print method similar to print.lm is called, otherwise print.default is called

Author(s)

James Curran

See Also

bayes.lm


[Package Bolstad version 0.2-41 Index]