Pretty Print Method for regress Objects
print.regress.RdDisplay a human-readable summary of a regress object using crayon formatting,
including information about the method and dimensions.
Usage
# S3 method for class 'regress'
print(x, ...)Arguments
- x
A
regressobject (a bi_projector with regression info).- ...
Additional arguments passed to
print().