Print method for internal regression frames
Source:R/regression_frame.R
print.spicy_regression_frame.RdPrints a compact one-glance summary of a spicy_regression_frame
(the internal intermediate representation behind
table_regression()): model class, sample size, coefficient
dimensions, family / link, CI method, and the capability flags the
frame advertises.
Usage
# S3 method for class 'spicy_regression_frame'
print(x, ...)