print.bayz: Print function for bayz output class

View source: R/print.R

print.bayzR Documentation

Print function for bayz output class

Description

This method is usually not seen or used directly by the user, but allows to see a compact version of the output in the console without overflowing the screen, for instance when running bayz() without catching the output, or to quickly see error messages without the need to use summary().

Usage

## S3 method for class 'bayz'
print(x, ...)

Arguments

x

bayz object

...

additional parameters

Value

Nothing, only prints


MarniTausen/BayzR documentation built on Dec. 8, 2024, 8:25 a.m.