View source: R/LR-print-summary.R
print.summary.LR | R Documentation |
Provides a printing method for an object of class "summary.LR"
.
## S3 method for class 'summary.LR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
## S3 method for class 'summary.LR_boot'
print(
x,
digits = max(3L, getOption("digits") - 3L),
signif.stars = getOption("show.signif.stars"),
...
)
x |
An object of class |
digits |
Number of significant digits to be passed. |
... |
Additional arguments passed to the function |
signif.stars |
Logical determining whether p-values should be also encoded visually. See the help of the function |
No return value, called for printing an object of class "LR"
to the console.
summary.LR
## For examples see example(Lorenz.Reg) and example(Lorenz.boot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.