Skip to contents

Prints a compact summary of an okBATHTUB pipeline result to the console, including the pipeline step, segment label (if any), the coefficient set in use, and a list of single-value numeric or character fields stored in the result.

Usage

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

Arguments

x

An okBATHTUB object.

...

Ignored.

Value

The okBATHTUB object x, returned invisibly. Called primarily for the side effect of printing a formatted summary to the console via cat().