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