print.Bolstad: Print method for objects of class 'Bolstad'

Description Usage Arguments Details Author(s) See Also

View source: R/print.Bolstad.R

Description

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

Usage

1
2
## 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


Bolstad documentation built on Jan. 8, 2021, 2:03 a.m.