print.LR {LorenzRegression} | R Documentation |
Prints the arguments, explained Gini coefficient and estimated coefficients of an object of class "LR"
.
## S3 method for class 'LR'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
An object of class |
digits |
The number of significant digits to be passed. |
... |
Additional arguments. |
No return value, called for printing an object of class "LR"
to the console.
## For examples see example(Lorenz.Reg)