Learn R Programming

Bolstad (version 0.2-41)

print.Bolstad: 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 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

See Also

bayes.lm