Print method for objects of class Bolstad
This function provides a print summary method for the output of
bayes.lm
.
## S3 method for class 'Bolstad' print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class |
digits |
number of digits to print |
... |
any other arguments that are to be passed to |
if x has both class Bolstad
and lm
then a print method
similar to print.lm
is called, otherwise print.default
is called
James Curran
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.