print.lm2: Print method for lm2 objects
Description
Print method for lm2 objects
Usage
# S3 method for lm2
print(x, notes = NULL, ...)
Value
Invisibly returns the original object
Arguments
- x
An object of class lm2
- notes
Logical. If TRUE (default), print explanatory notes below the table.
If not specified, uses the value set when lm2() was called.
- ...
Additional arguments (ignored)