print.summary.LR {LorenzRegression} | R Documentation |
Printing method for the summary of a Lorenz regression
Description
Provides a printing method for an object of class "summary.LR"
.
Usage
## 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"),
...
)
Arguments
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 |
Value
No return value, called for printing an object of class "LR"
to the console.
See Also
Examples
## For examples see example(Lorenz.Reg) and example(Lorenz.boot)
[Package LorenzRegression version 2.0.0 Index]