View source: R/simple_slopes.R
print.simple_slopes | R Documentation |
print
method for class "simple_slopes
".
## S3 method for class 'simple_slopes'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
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. |
simple_slopes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.