print.summary.PLR {LorenzRegression} | R Documentation |
Printing method for the summary of a penalized Lorenz regression
Description
Provides a printing method for an object of class "summary.PLR"
.
Usage
## S3 method for class 'summary.PLR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
An object of class |
digits |
Number of significant digits to be passed. |
... |
Additional arguments passed to the function |
Value
No return value, called for printing an object of class "summary.PLR"
to the console.
See Also
Examples
## For examples see example(Lorenz.Reg), example(Lorenz.boot) and example(PLR.CV)
[Package LorenzRegression version 2.0.0 Index]