print
method for class "simple_slopes
".
# S3 method for simple_slopes
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
An object of class "simple_slopes
", usually, a result
of a call to simple_slopes
.
The number of significant digits to use when printing.
Logical. If TRUE
, 'significance stars' are printed
for each coefficient.
Further arguments passed to or from other methods.
simple_slopes