print.PLR {LorenzRegression} | R Documentation |
Printing method for the penalized Lorenz regression
Description
Prints the arguments, explained Gini coefficient and estimated coefficients of an object of class "PLR"
.
Usage
## S3 method for class 'PLR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
An object of S3 class |
digits |
The number of significant digits to be passed. |
... |
Additional arguments. |
Details
The explained Gini coefficient and estimated coefficients are returned for each available selection method, depending on the class of x
.
Value
No return value, called for printing an object of class "PLR"
to the console.
See Also
Examples
## For examples see example(Lorenz.Reg), example(Lorenz.boot) and example(PLR.CV)
[Package LorenzRegression version 2.1.0 Index]