print.simple_slopes_lme4: Print simple slopes.
Description
print
method for class "simple_slopes_lme4
".
Usage
# S3 method for simple_slopes_lme4
print(x, digits = max(3L, getOption("digits") -
3L), ...)
Arguments
x
An object of class "simple_slopes_lme4
", usually, a result
of a call to simple_slopes
.
digits
The number of significant digits to use when printing.
...
Further arguments passed to or from other methods.