print.simple_slopes {reghelper} | R Documentation |
Print simple slopes.
Description
print
method for class "simple_slopes
".
Usage
## S3 method for class 'simple_slopes'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
An object of class " |
digits |
The number of significant digits to use when printing. |
signif.stars |
Logical. If |
... |
Further arguments passed to or from other methods. |
See Also
[Package reghelper version 1.1.2 Index]